Skip to content

Commit 4e4e127

Browse files
committed
chore: fix intentional error
1 parent fc7167b commit 4e4e127

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/kitty-scrollback/api.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ M.generate_command_line_editing = function(shell)
285285
},
286286
}
287287

288-
---@type table|string
289288
local config = configs[shell]
290289
if not config then
291290
vim.notify('no config found for: ' .. shell, vim.log.levels.ERROR, {})

0 commit comments

Comments
 (0)