vim-floaterm icon indicating copy to clipboard operation
vim-floaterm copied to clipboard

Border get unclosed after pressing <C-w>H on normal mode in the terminal window.

Open chinnkarahoi opened this issue 3 years ago • 1 comments

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)

image

chinnkarahoi avatar Jul 14 '21 07:07 chinnkarahoi

Fixed by #343 (if you are on neovim >0.5).

adigitoleo avatar Feb 05 '22 04:02 adigitoleo