Skip to content

Commit 90764e4

Browse files
committed
fix: Remove 'commands' from validate name also
1 parent 943afa6 commit 90764e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/options.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ local validate_global_opts = function(o)
8282
textobj_below = { normal.textobj_below, STRING_NIL },
8383
textobj_above = { normal.textobj_above, STRING_NIL },
8484
delete_debug_prints = { normal.delete_debug_prints, STRING_NIL },
85-
commands_toggle_comment_debug_prints = {
85+
toggle_comment_debug_prints = {
8686
normal.toggle_comment_debug_prints,
8787
STRING_NIL,
8888
},

0 commit comments

Comments
 (0)