We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943afa6 commit 90764e4Copy full SHA for 90764e4
lua/debugprint/options.lua
@@ -82,7 +82,7 @@ local validate_global_opts = function(o)
82
textobj_below = { normal.textobj_below, STRING_NIL },
83
textobj_above = { normal.textobj_above, STRING_NIL },
84
delete_debug_prints = { normal.delete_debug_prints, STRING_NIL },
85
- commands_toggle_comment_debug_prints = {
+ toggle_comment_debug_prints = {
86
normal.toggle_comment_debug_prints,
87
STRING_NIL,
88
},
0 commit comments