-
Notifications
You must be signed in to change notification settings - Fork 13
E444: Cannot close last window #10
Copy link
Copy link
Closed
Description
Steps to reproduce
Minimal .vimrc:
" ~/vimrc_minimal
call plug#begin('~/.local/share/nvim/plugged')
Plug 'dstein64/nvim-scrollview'
call plug#end()Run the following:
mkdir -p root/subdir
cd root
touch a subdir/b
vim -u ~/vimrc_minimalInside vim, execute the following:
:e a<CR>
:e subdir/b<CR>
200OHello, world!<Esc>
:w<CR>
:bd<CR>We should now see the error message:
E444: Cannot close last window
E444: Cannot close last window
Press ENTER or type command to continueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels