Skip to content

Commit c4f79d4

Browse files
authored
Merge pull request #34 from mityu/fix-guicursor
fix: Cursor won't be restored on gVim
2 parents 934910e + 6f34e61 commit c4f79d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/fall/internal/cursor.vim

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if has('nvim-0.5.0')
2828
augroup END
2929
elseif has('nvim') || has('gui_running')
3030
function! s:hide_cursor() abort
31+
let s:guicursor_saved = &guicursor
3132
set guicursor+=a:ver1
3233
endfunction
3334

0 commit comments

Comments
 (0)