From 10f15f661bc723f74a1e87079f8542b4bfc3bfad Mon Sep 17 00:00:00 2001 From: chenyc Date: Wed, 4 Jan 2023 15:36:06 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8Dfzf-tab=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88=E4=BD=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/fzf-tab/fzf-tab.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/fzf-tab/fzf-tab.zsh b/plugins/fzf-tab/fzf-tab.zsh index 3269670..15413bc 100644 --- a/plugins/fzf-tab/fzf-tab.zsh +++ b/plugins/fzf-tab/fzf-tab.zsh @@ -211,6 +211,7 @@ fzf-tab-debug() { } fzf-tab-complete() { + bash $OMZ/lib/get_cursor.sh # this name must be ugly to avoid clashes local -i _ftb_continue=1 _ftb_continue_last=0 _ftb_accept=0 ret=0 # hide the cursor until finishing completion, so that users won't see cursor up and down