This commit is contained in:
ViViDboarder 2015-03-26 10:11:36 -07:00
parent 92d7a08690
commit 9338f311a0
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -13,7 +13,7 @@ function! s:smart_source_rc(name)
endfunction
function! s:source_rc(path)
let l:f_path = fnameescape(expand('~/.vim_sync/rc/' . a:path))
let l:f_path = fnameescape(expand('~/.vim/rc/' . a:path))
if filereadable(l:f_path)
execute 'source' . l:f_path
endif