Skip to content

Instantly share code, notes, and snippets.

@hackignorer
hackignorer / .vimrc
Created October 30, 2012 13:52
vimrc vundle manager plugins
"source $VIMRUNTIME/vimrc_example.vim
"""""""""""""""""""""""""""""""""""""""
"平台判断
"""""""""""""""""""""""""""""""""""""""
function! MySys()
if has("win32")
return "windows"
else
return "linux"