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.
2 parents a4d4288 + 71e3ffb commit ff74cd4Copy full SHA for ff74cd4
autoload/fern/internal/viewer/hide_cursor.vim
@@ -17,6 +17,8 @@ function! s:hide_cursor_init() abort
17
18
" Do NOT allow cursorlineopt=number while the cursor is hidden (Fix #182)
19
if exists('+cursorlineopt')
20
- setlocal cursorlineopt=number,line
+ " NOTE:
21
+ " Default value is `number,line` (or `both` prior to patch-8.1.2029)
22
+ setlocal cursorlineopt&
23
endif
24
endfunction
0 commit comments