Get whether there is a command in the VIMScript of the current operating system?

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:

< p>

let s:win = has("win16") || has("win32") || has("win64")

If these are not defined, then It is a non-Windows system, you can try Martín Fixman’s uname suggestion.

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 have seen use the following:

let s: win = has("win16") || has("win32") || has("win64")

If these are not defined, then it is a non-Windows system, you can try Martín Fixman Uname suggestion.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 5396 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.