From 29851c18aa47ad4b4cbf92358cfbe11935f0c033 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 22 Feb 2021 21:46:28 +0900 Subject: [PATCH] [vim] Force redraw by exiting and re-entering terminal mode Workaround for Neovim v0.5.0-dev https://github.com/junegunn/fzf/issues/2352#issuecomment-782894123 --- plugin/fzf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 80d58223..be488a99 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -767,7 +767,7 @@ endfunction nnoremap (fzf-insert) i nnoremap (fzf-normal) if exists(':tnoremap') - tnoremap (fzf-insert) + tnoremap (fzf-insert) i tnoremap (fzf-normal) endif