Skip to content

Commit

Permalink
Merge pull request #174 from micchy326/fix-173
Browse files Browse the repository at this point in the history
hide :new error (fix #173)
  • Loading branch information
lambdalisue authored Aug 17, 2020
2 parents e8f6327 + 651d98d commit a5e0b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fern/internal/drawer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function! s:auto_quit() abort
return
elseif keep
" Add a new window to avoid being a last window
vertical botright new
silent! vertical botright new
keepjumps wincmd p
execute 'vertical resize' width
else
Expand Down

0 comments on commit a5e0b33

Please sign in to comment.