1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-04-09 11:44:21 +08:00
parent a3c8e7ad61
commit d0ef38336a

View File

@ -156,9 +156,9 @@ autocmd BufNewFile,BufReadPost *.js call Config("js")
autocmd BufReadPost * normal `"
" if filereadable("~/.vim_local")
if filereadable("~/.vim_local")
source ~/.vim_local
" endif
endif
cnoremap RR :source ~/.vimrc<CR>