source "$MYVIMRC.local" if it exists
This commit is contained in:
parent
1132f8b5c0
commit
2e08e30d40
7
vimrc
7
vimrc
@ -160,3 +160,10 @@ function! FindSymbolInSources(sources, ...)
|
||||
echo "Found " . n_matches . " matches"
|
||||
endif
|
||||
endfunction
|
||||
|
||||
"==============================================================================
|
||||
" Machine-local Settings
|
||||
"==============================================================================
|
||||
if filereadable($MYVIMRC . ".local")
|
||||
exec 'source ' . $MYVIMRC . ".local"
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user