diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-23 21:12:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 21:12:50 +0800 |
| commit | 6539e72a5d36c308f859a30a97a52deb22f16090 (patch) | |
| tree | 34c5c9d261bfbfc590effae4c89a671cf705ffa2 /lua/utils.lua | |
| parent | 96129335ad5dcb39ee68fcebfd15dfb01923fc14 (diff) | |
| parent | b279c0cd95bc1246726deecf1199ea3c132ea0c6 (diff) | |
Merge pull request #75 from jdhao/typo-fix
fix some typos
Diffstat (limited to 'lua/utils.lua')
| -rw-r--r-- | lua/utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
