Closed delphinus closed 5 years ago
At first, :Deol -split=floating creates a floating window nicely. But it does not creates again after I call <Plug>(deol_quit).
:Deol -split=floating
<Plug>(deol_quit)
mkdir /tmp/test && cd /tmp/test git clone https://github.com/Shougo/deol.nvim cat > vimrc
" vimrc set runtimepath-=~/.vim set runtimepath+=/tmp/test/deol.nvim filetype plugin on syntax on
nvim -N -u vimrc -U NONE -i NONE
<C-\><C-n>q
It creates a floating window again.
It replaces whole the window and open deol.
deol: 81fc5b6561f643d53f396a2eaeded11a9c94a22c nvim: HEAD-2816bc8 (by Homebrew)
At first,
:Deol -split=floating
creates a floating window nicely. But it does not creates again after I call<Plug>(deol_quit)
.Reproducing
:Deol -split=floating
<C-\><C-n>q
(call<Plug>(deol_quit)
):Deol -split=floating
expected
It creates a floating window again.
result
It replaces whole the window and open deol.
recorded
env
deol: 81fc5b6561f643d53f396a2eaeded11a9c94a22c nvim: HEAD-2816bc8 (by Homebrew)