Fixed a minor bug, should close issue #1680.
This commit is contained in:
parent
c45463459c
commit
cca61ab8ec
|
@ -347,7 +347,7 @@ end
|
||||||
|
|
||||||
command.add(nil, {
|
command.add(nil, {
|
||||||
["draw-whitespace:toggle"] = function()
|
["draw-whitespace:toggle"] = function()
|
||||||
config.plugins.drawwhitespace.enabled = not config.drawwhitespace.enabled
|
config.plugins.drawwhitespace.enabled = not config.plugins.drawwhitespace.enabled
|
||||||
end,
|
end,
|
||||||
|
|
||||||
["draw-whitespace:disable"] = function()
|
["draw-whitespace:disable"] = function()
|
||||||
|
|
Loading…
Reference in New Issue