fix: AutoSaveFolds autocommand corrupting views under certain conditions

This commit is contained in:
ManjaroOne666 2018-10-17 12:25:54 +01:00
commit 9abc94cb65

3
vimrc
View file

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