Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
"source $VIMRUNTIME/vimrc_example.vim | |
""""""""""""""""""""""""""""""""""""""" | |
"平台判断 | |
""""""""""""""""""""""""""""""""""""""" | |
function! MySys() | |
if has("win32") | |
return "windows" | |
else | |
return "linux" |