Skip to content

Commit

Permalink
fix: Remove 'commands' from validate name also
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Oct 29, 2024
1 parent 943afa6 commit 90764e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/debugprint/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local validate_global_opts = function(o)
textobj_below = { normal.textobj_below, STRING_NIL },
textobj_above = { normal.textobj_above, STRING_NIL },
delete_debug_prints = { normal.delete_debug_prints, STRING_NIL },
commands_toggle_comment_debug_prints = {
toggle_comment_debug_prints = {
normal.toggle_comment_debug_prints,
STRING_NIL,
},
Expand Down

0 comments on commit 90764e4

Please sign in to comment.