mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:37:36 +00:00
fix path
This commit is contained in:
parent
92d7a08690
commit
9338f311a0
2
vimrc
2
vimrc
@ -13,7 +13,7 @@ function! s:smart_source_rc(name)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:source_rc(path)
|
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)
|
if filereadable(l:f_path)
|
||||||
execute 'source' . l:f_path
|
execute 'source' . l:f_path
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user