File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,12 @@ function! fern#internal#drawer#init() abort
5252 call fern#internal#drawer#auto_restore_focus#init ()
5353 call fern#internal#drawer#auto_restore_winfixwidth#init ()
5454 call fern#internal#drawer#smart_quit#init ()
55- call fern#internal#drawer#hover_popup#init ()
5655 call fern#internal#drawer#resize ()
5756
57+ if ! fern#internal#drawer#is_right_drawer ()
58+ call fern#internal#drawer#hover_popup#init ()
59+ endif
60+
5861 setlocal winfixwidth
5962endfunction
6063
Original file line number Diff line number Diff line change @@ -420,6 +420,8 @@ VARIABLE *fern-variable*
420420 Note that this feature is required the | win_execute | and
421421 popup/floatwin features.
422422
423+ Note that this feature is only available on a left-sided drawer.
424+
423425 Default: 0
424426
425427*g:fern#disable_drawer_tabpage_isolation*
You can’t perform that action at this time.
0 commit comments