test&lint&fmt

This commit is contained in:
hrsh7th
2022-02-13 14:38:31 +09:00
parent 070c5572ad
commit 33fc65f174
3 changed files with 13 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ end
---@param count number
---@return string
keymap.backspace = function(count)
if type(count) == 'string' then
if type(count) == 'string' then
count = vim.fn.strchars(count, true)
end
if count <= 0 then