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:
parent
534282e8e6
commit
fc264542b0
7
vimrc
7
vimrc
|
@ -221,13 +221,6 @@ if &term =~ '256color'
|
||||||
set t_ut=
|
set t_ut=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Save and restore folds
|
|
||||||
augroup remember_folds
|
|
||||||
autocmd!
|
|
||||||
autocmd BufWinLeave *.* silent! mkview
|
|
||||||
autocmd BufWinEnter *.* silent! loadview
|
|
||||||
augroup END
|
|
||||||
|
|
||||||
" Disable arrow keys
|
" Disable arrow keys
|
||||||
map <up> <nop>
|
map <up> <nop>
|
||||||
map <down> <nop>
|
map <down> <nop>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user