From a78151e991f4c4e33325bf0149b0fc94dd30a4a6 Mon Sep 17 00:00:00 2001 From: gw31415 Date: Sun, 31 Aug 2025 18:48:00 +0900 Subject: [PATCH] fix: Fix the operation to check for the existence of global var `loaded_dial` --- plugin/dial.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/dial.lua b/plugin/dial.lua index 8428c98..6157a4c 100644 --- a/plugin/dial.lua +++ b/plugin/dial.lua @@ -1,4 +1,4 @@ -if vim.fn.exists "g:loaded_dial" then +if vim.fn.exists "g:loaded_dial" == 1 then return end