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 2cf57c6 commit 95218a9Copy full SHA for 95218a9
autoload/fern/internal/cursor.vim
@@ -1,5 +1,4 @@
1
let s:t_ve_saved = &t_ve
2
-let s:guicursor_saved = &guicursor
3
4
function! fern#internal#cursor#hide() abort
5
call s:hide()
@@ -16,8 +15,7 @@ if has('nvim-0.5.0')
16
15
endfunction
17
18
function! s:restore() abort
19
- set guicursor+=a:Cursor/lCursor
20
- let &guicursor = s:guicursor_saved
+ set guicursor-=a:FernTransparentCursor/lCursor
21
22
23
function! s:highlight() abort
0 commit comments