vim-floaterm
vim-floaterm copied to clipboard
Border get unclosed after pressing <C-w>H on normal mode in the terminal window.
Before reporting
-
Please make sure you have searched through the F.A.Q. first.
-
Please make sure you are using the latest version of this plugin.
-
It's better to use English as it's more friendly to other non-Chinese native users.
Environment
If you are using vim(not neovim), fill in the following blanks
-
Output of
vim --version
: -
Platform:
- [x] Linux
- [ ] Mac OS X
- [ ] Windows
If you are using neovim, just run :checkhealth floaterm
and post the content
below.
health#floaterm#check
========================================================================
## common
- INFO: Platform: linux
- INFO: Nvim: NVIM v0.5.0
- INFO: Plugin: f1bace6
## terminal
- OK: Terminal emulator is available
## floating
- OK: Floating window is available
Configurations related to vim-floaterm in vimrc(i.e. g:floaterm_xxx
):
Describe your question, feature request, or bug.
Steps to reproduce
Using the minimal vimrc
call plug#begin('~/.config/nvim/plugged')
Plug 'voldikss/vim-floaterm'
call plug#end()
Steps to reproduce the behavior:
:FloatermNew<cr>
<c-\><c-n><c-w>H
Actual behaviour
Border isn't closed.
Expected behaviour
Border is closed.
Screenshots(Optional, GIF is better)
Fixed by #343 (if you are on neovim >0.5).