fix: AutoSaveFolds autocommand corrupting views under certain conditions
This commit is contained in:
parent
5f735ce091
commit
9abc94cb65
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
|
@ -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
|
||||
"}}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue