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 ecebdb4 commit 0118386Copy full SHA for 0118386
autoload/fern/internal/drawer/hover_popup.vim
@@ -73,11 +73,11 @@ function! s:show() abort
73
function! s:apply() abort closure
74
call setbufline('%', 1, line)
75
call helper.fern.renderer.syntax()
76
- call fern#hook#emit('viewer:highlight', helper)
77
- doautocmd <nomodeline> User FernHighlight
78
- call helper.fern.renderer.highlight()
79
call fern#hook#emit('viewer:syntax', helper)
80
doautocmd <nomodeline> User FernSyntax
+ call helper.fern.renderer.highlight()
+ call fern#hook#emit('viewer:highlight', helper)
+ doautocmd <nomodeline> User FernHighlight
81
syntax clear FernRootSymbol
82
syntax clear FernRootText
83
0 commit comments