Revert "Save and restore folds in vim"

This breaks syntax highlighting. I'm surprised it took me this long to
notice!

This reverts commit de7f71dde0.
This commit is contained in:
Michael Campagnaro 2017-06-20 11:21:25 -04:00
parent 534282e8e6
commit fc264542b0

7
vimrc
View File

@ -221,13 +221,6 @@ if &term =~ '256color'
set t_ut=
endif
" Save and restore folds
augroup remember_folds
autocmd!
autocmd BufWinLeave *.* silent! mkview
autocmd BufWinEnter *.* silent! loadview
augroup END
" Disable arrow keys
map <up> <nop>
map <down> <nop>