Now i have the following code on my vimrc

"for windows
if has("win16") || has("win32") || has("win64")
        source  $HOME/vimfiles/key_bindings.vim
        source  $HOME/vimfiles/matchings.vim
"for unix
else
        source  $HOME/.vim/key_bindings.vim
        source  $HOME/.vim/matchings.vim

endif


i tried using a .vim folder in windows, but i noticed that in this
case colorschemes(colors folder, located in .vim/colors) weren't
loaded....


-nicolas

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to