Skip to content

Commit e58db83

Browse files
committed
Silently restore cursor.
1 parent 748e494 commit e58db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
if !exists('g:spf13_no_restore_cursor')
144144
function! ResCur()
145145
if line("'\"") <= line("$")
146-
normal! g`"
146+
silent! normal! g`"
147147
return 1
148148
endif
149149
endfunction

0 commit comments

Comments
 (0)