fix: errors when autocmd AutoSaveFolds

This commit is contained in:
ManjaroOne666 2018-11-23 11:14:42 +00:00
parent 8eb1efae5e
commit a41c581174
1 changed files with 15 additions and 15 deletions

2
vimrc
View File

@ -1148,7 +1148,7 @@ augroup AutoSaveFolds
" autocmd BufWinLeave ?* mkview
autocmd BufWrite ?* mkview
" autocmd BufWinEnter ?* silent loadview
autocmd BufRead ?* silent loadview
autocmd BufRead ?* silent! loadview
augroup END
"}}}