From e3cc623633b7e7992dda806ba544bc1f5f9401d2 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 8 Jul 2013 17:45:51 -0700 Subject: [PATCH] not sure what's causing the pause in vim --- home/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/vimrc b/home/vimrc index a564e95..299ebe2 100644 --- a/home/vimrc +++ b/home/vimrc @@ -92,7 +92,6 @@ if has('autocmd') au BufRead,BufNewFile *.json call TabFour() augroup END - " FIXME: this requires input upon starting vim, annoying fu! ResCur() " attempt to preserve cursor position if line("'\"") > 1 && line("'\"") <= line("$") normal! g`" @@ -101,7 +100,7 @@ if has('autocmd') endf augroup resCur au! - "au BufWinEnter * call ResCur() + au BufWinEnter * call ResCur() augroup END endif