From dbfd0b6e842c8946ccd79e4d67262f953906bc47 Mon Sep 17 00:00:00 2001 From: wongxy Date: Thu, 14 Apr 2022 23:44:16 +0800 Subject: [PATCH] fix: some refreshing not invoked --- plugin/virt-column.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/virt-column.lua b/plugin/virt-column.lua index 77fcba7..e35c282 100644 --- a/plugin/virt-column.lua +++ b/plugin/virt-column.lua @@ -95,6 +95,8 @@ local function refresh(args) if need_refresh then _refresh() end + else + _refresh() end end