fix: AutoSaveFolds autocommand corrupting views under certain conditions
This commit is contained in:
parent
5f735ce091
commit
9abc94cb65
3
vimrc
3
vimrc
|
@ -1082,7 +1082,8 @@ augroup AutoSaveFolds
|
||||||
autocmd!
|
autocmd!
|
||||||
" autocmd BufWinLeave ?* mkview
|
" autocmd BufWinLeave ?* mkview
|
||||||
autocmd BufWrite ?* mkview
|
autocmd BufWrite ?* mkview
|
||||||
autocmd BufWinEnter ?* silent loadview
|
" autocmd BufWinEnter ?* silent loadview
|
||||||
|
autocmd BufRead ?* silent loadview
|
||||||
augroup END
|
augroup END
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue