From 57f704fb95be2aa5bfb56ba3e37c7ece55ea8a03 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..fbfe45591 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