Skip to content

Instantly share code, notes, and snippets.

@caglartoklu
Created July 14, 2017 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caglartoklu/94fd5ccd7cbd2206a6ccb8300d2ac7b6 to your computer and use it in GitHub Desktop.
Save caglartoklu/94fd5ccd7cbd2206a6ccb8300d2ac7b6 to your computer and use it in GitHub Desktop.
check if on windows on vim #vim
if has("win16") || has("win32") || has("win64")
else
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment