Fixed a minor bug, should close issue #1680.
This commit is contained in:
@@ -308,7 +308,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()
|
||||
|
||||
Reference in New Issue
Block a user