I don't like vim curser being past the end

This commit is contained in:
Hunter Haugen 2010-06-08 12:21:00 -07:00
parent 7459a60fe6
commit 25692677c1

2
.vimrc
View file

@ -97,7 +97,7 @@ if has("syntax")
endif
" enable virtual edit in vblock mode, and one past the end
set virtualedit=block,onemore
set virtualedit=block
" Set our fonts
if has("gui_kde")