Skip to content

Commit 6aa61d0

Browse files
committed
Merge pull request spf13#829 from demon386/3.0
Silently restore cursor.
2 parents 886873e + e58db83 commit 6aa61d0

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)