diff --git a/.vimrc b/.vimrc index 9fbca031d..6183418d3 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