File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed
Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ function M.setup(opts)
3939 keymaps .create_default_repeat_keymaps (repeat_behaviour )
4040 end
4141
42- require (' demicolon.deprecation' ).warn_for_deprecated_options (options )
43-
44- require (' demicolon.listen' ).listen_for_repetable_bracket_motions (options .keymaps .disabled_keys )
42+ require (' demicolon.listen' ).listen_for_repeatable_bracket_motions (options .keymaps .disabled_keys )
4543end
4644
4745return M
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ local function has_bracket_prefix(string)
4646end
4747
4848--- @param disabled_keys table<string>
49- function M .listen_for_repetable_bracket_motions (disabled_keys )
49+ function M .listen_for_repeatable_bracket_motions (disabled_keys )
5050 local previous_key
5151
5252 vim .on_key (function (_ , typed )
You can’t perform that action at this time.
0 commit comments