1
0
mirror of https://github.com/amix/vimrc synced 2025-07-13 14:55:01 +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

@ -8,8 +8,8 @@
""""""""""""""""""""""""""""""
" => Load pathogen paths
""""""""""""""""""""""""""""""
call pathogen#infect('~/.vim_runtime/sources_forked/{}')
call pathogen#infect('~/.vim_runtime/bundle/{}')
call pathogen#infect('~/.vim/sources_forked/{}')
call pathogen#infect('~/.vim/bundle/{}')
call pathogen#helptags()
""""""""""""""""""""""""""""""
@ -35,7 +35,7 @@ map <leader>f :MRU<CR>
if has("win16") || has("win32")
" Don't do anything
else
let g:yankring_history_dir = '~/.vim_runtime/temp_dirs/'
let g:yankring_history_dir = '~/.vim/temp_dirs/'
endif