* Windows・Linux・CygwinなどOS別の切り分け [#v493e3e6]

 if has("win64")
 elseif has("win32")
 elseif has("win32unix")
 elseif has("osx")
 elseif has("unix")
 endif

** 参考 [#d5621709]
- http://vi.stackexchange.com/questions/2572/detect-os-in-vimscript
- http://auewe.hatenablog.com/entry/2013/05/14/003610

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS