Silently restore cursor.

This commit is contained in:
M. Tong 2015-09-26 18:51:51 +08:00
parent 748e494153
commit e58db834aa

2
.vimrc
View File

@ -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