We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 934910e + 6f34e61 commit c4f79d4Copy full SHA for c4f79d4
autoload/fall/internal/cursor.vim
@@ -28,6 +28,7 @@ if has('nvim-0.5.0')
28
augroup END
29
elseif has('nvim') || has('gui_running')
30
function! s:hide_cursor() abort
31
+ let s:guicursor_saved = &guicursor
32
set guicursor+=a:ver1
33
endfunction
34
0 commit comments