Skip to content

Commit 88f6d81

Browse files
authored
Merge pull request #531 from Lesords/main
fix: fix the issue with s:guicursor_saved not being defined in gVim
2 parents 7a1a31a + b3d56b4 commit 88f6d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/fern/internal/cursor.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
let s:t_ve_saved = &t_ve
2+
let s:guicursor_saved = &guicursor
23

34
function! fern#internal#cursor#hide() abort
45
call s:hide()

0 commit comments

Comments
 (0)