1
0
mirror of https://github.com/amix/vimrc synced 2025-07-13 14:46:48 +08:00

moved all from .vim_runtime to .vim folder

This commit is contained in:
Mirosław Pragłowski
2014-05-09 23:15:33 +02:00
parent 24e46e563d
commit 34dc9f67a0
4 changed files with 21 additions and 21 deletions

View File

@ -44,8 +44,8 @@ endif
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Fast editing and reloading of vimrc configs
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
map <leader>e :e! ~/.vim_runtime/my_configs.vim<cr>
autocmd! bufwritepost vimrc source ~/.vim_runtime/my_configs.vim
map <leader>e :e! ~/.vim/my_configs.vim<cr>
autocmd! bufwritepost vimrc source ~/.vim/my_configs.vim
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@ -53,7 +53,7 @@ autocmd! bufwritepost vimrc source ~/.vim_runtime/my_configs.vim
" means that you can undo even when you close a buffer/VIM
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
try
set undodir=~/.vim_runtime/temp_dirs/undodir
set undodir=~/.vim/temp_dirs/undodir
set undofile
catch
endtry