From e58db834aa8b39635a2d678e437d02d20ecc6e84 Mon Sep 17 00:00:00 2001 From: "M. Tong" Date: Sat, 26 Sep 2015 18:51:51 +0800 Subject: [PATCH] Silently restore cursor. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 28603c4d9..d00515800 100644 --- a/.vimrc +++ b/.vimrc @@ -143,7 +143,7 @@ if !exists('g:spf13_no_restore_cursor') function! ResCur() if line("'\"") <= line("$") - normal! g`" + silent! normal! g`" return 1 endif endfunction