]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/vimrclocal.vim
Vim 8.2 shell syntax is broken without sh_no_error
[dotfiles.git] / vim / .vim / plugin / vimrclocal.vim
1 if filereadable('.vimrc.local')
2     source .vimrc.local
3 endif