What does the title say. I can think of some hackish methods, but is there a correct way to do this? To check Windows, most scripts I’ve seen use the following:
let s:win = has(“win16”) ||
What does the title say. I can think of some hackish methods, but is there a correct way to do this? To check Windows, most scripts I’ve seen use the following:
let s:win = has(“win16”) ||