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