This commit is contained in:
2015-10-05 19:29:30 +02:00
parent 56f2017437
commit af5abe5987
2 changed files with 5 additions and 4 deletions

View File

@@ -192,9 +192,9 @@ nnoremap Q <nop>
" === autocommands ===
" autosave views when closing and restoring when opening again.
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
"" autosave views when closing and restoring when opening again.
"autocmd BufWinLeave *.* mkview
"autocmd BufWinEnter *.* silent loadview
" === plugin setup ===