From 25692677c1ab91631de794fe10a69dac60b2e61c Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 8 Jun 2010 12:21:00 -0700 Subject: [PATCH] I don't like vim curser being past the end --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 6dc2992..8871c6f 100644 --- a/.vimrc +++ b/.vimrc @@ -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")