voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

Vim 8 popup not destroyed after EOF in terminal #344

Closed adigitoleo closed 2 years ago

adigitoleo commented 2 years ago

Use vim -u test/vimrc with the provided vimrc.

Floating terminal is not properly destroyed when exiting with ^D (CTRL-D). Cursor is stuck in a floating zombie window until killed with :q.

Steps to reproduce:

Run vim -u test/vimrc and open FloatermNew. Use CTRL-D in the terminal (terminal mode).