2011年4月3日 星期日

VIM自定函式集合

判斷目前的Platform平台
" Platform
function! MySys()
if has("win32")
return "windows"
else
return "linux"
endif
endfunction

沒有留言: