Skip to content

Commit

Permalink
hide :new error (fix #173)
Browse files Browse the repository at this point in the history
  • Loading branch information
micchy326 committed Aug 16, 2020
1 parent e8f6327 commit 651d98d
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 651d98d

Please sign in to comment.