Skip to content

Commit

Permalink
Merge pull request spf13#829 from demon386/3.0
Browse files Browse the repository at this point in the history
Silently restore cursor.
  • Loading branch information
spf13 committed Nov 4, 2015
2 parents 886873e + e58db83 commit 6aa61d0
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 6aa61d0

Please sign in to comment.