Skip to content

E444: Cannot close last window #10

@YodaEmbedding

Description

@YodaEmbedding

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_minimal

Inside 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 continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions