Fixed a minor bug, should close issue #1680.

This commit is contained in:
Adam Harrison 2023-12-03 11:09:56 -05:00 committed by George Sokianos
parent c45463459c
commit cca61ab8ec
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ end
command.add(nil, {
["draw-whitespace:toggle"] = function()
config.plugins.drawwhitespace.enabled = not config.drawwhitespace.enabled
config.plugins.drawwhitespace.enabled = not config.plugins.drawwhitespace.enabled
end,
["draw-whitespace:disable"] = function()