update AutoSaveFolds

This commit is contained in:
ManjaroOne666 2018-08-09 22:48:02 +01:00
parent 1b1c686f71
commit 100063c3f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
" persistent folds
augroup AutoSaveFolds
autocmd!
autocmd BufWritePost *.* mkview
autocmd BufWinEnter *.* silent loadview
autocmd BufWinLeave ?* mkview
autocmd BufWinEnter ?* silent loadview
augroup END
" fix higlight problems such as vertical-align etc