From b279c0cd95bc1246726deecf1199ea3c132ea0c6 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 23 Aug 2022 21:09:49 +0800 Subject: fix some typos --- lua/utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/utils.lua') diff --git a/lua/utils.lua b/lua/utils.lua index 3312479..14cc7c2 100644 --- a/lua/utils.lua +++ b/lua/utils.lua @@ -15,7 +15,7 @@ function M.executable(name) return false end ---- Create a dir if if does not exist +--- Create a dir if it does not exist function M.may_create_dir(dir) local res = fn.isdirectory(dir) -- cgit v1.2.3