We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934910e commit 6f34e61Copy full SHA for 6f34e61
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