Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ydzhou committed Mar 20, 2022
1 parent 404789c commit cc86a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoload/fern/internal/viewer/auto_duplication.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function! fern#internal#viewer#auto_duplication#init() abort
if g:fern#disable_viewer_auto_duplication || g:fern#disable_drawer_tabpage_isolation
if g:fern#disable_viewer_auto_duplication ||
\ (g:fern#disable_drawer_tabpage_isolation && fern#internal#drawer#is_drawer())
return
endif

Expand Down

0 comments on commit cc86a09

Please sign in to comment.