Skip to content

Commit

Permalink
Silently restore cursor.
Browse files Browse the repository at this point in the history
  • Loading branch information
demon386 committed Sep 26, 2015
1 parent 748e494 commit 57f704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57f704f

Please sign in to comment.