1
0
mirror of https://github.com/amix/vimrc synced 2025-07-01 04:35:00 +08:00

Fixed some typos in readme. Making it ready to be used on Windows as well

This commit is contained in:
amix
2012-05-30 12:31:10 -04:00
parent 1b16c88cdd
commit 1315d5054e
4 changed files with 41 additions and 26 deletions

View File

@ -9,8 +9,9 @@ source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
if filereadable("~/.vim_runtime/vimrcs/my_configs.vim")
source ~/.vim_runtime/vimrcs/my_configs.vim
endif' > ~/.vimrc
try
source ~/.vim_runtime/my_configs.vim
catch
endtry' > ~/.vimrc
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"