Shougo / deol.nvim

Dark powered shell interface for Vim/NeoVim
MIT License
331 stars 16 forks source link

Don't only close DeolEdit window but also Deol terminal window by `<Plug>(deol_quit)` #22

Closed ujihisa closed 4 years ago

ujihisa commented 4 years ago

Proposed expected behaviour

:DeolEdit opens 2 windows; terminal and deol-edit. When I type <Plug>(deol_quit), it closes both the terminal and deol-edit windows.

Current actual behaviour

:DeolEdit opens 2 windows; terminal and deol-edit. When I type <Plug>(deol_quit), it only closes the deol-edit window.

Shougo commented 4 years ago

Fixed.

ujihisa commented 4 years ago

Thx! b7e8c280c599e93de2d06b78787f371e0cb3db81 af865c60e24c37aaf3315cccbf8ccbd269d5f502 (not 72 but 22)