Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TYPO ERROR!] drawwhitespace.lua plugin draw-whitespace:toggle function #1680

Closed
mart-on-windows opened this issue Dec 3, 2023 · 1 comment
Labels
bug Something isn't working plugin

Comments

@mart-on-windows
Copy link

C:\Commands\lite-xl-rc2\data/plugins\drawwhitespace.lua:311: attempt to index a nil value (field 'drawwhitespace')

Change from:

config.plugins.drawwhitespace.enabled = not config.drawwhitespace.enabled

to:

config.plugins.drawwhitespace.enabled = not config.plugins.drawwhitespace.enabled
@Guldoman Guldoman transferred this issue from lite-xl/lite-xl-plugins Dec 3, 2023
@Guldoman Guldoman added bug Something isn't working plugin labels Dec 3, 2023
@adamharrison
Copy link
Member

Should be fixed!

takase1121 pushed a commit to takase1121/lite-xl that referenced this issue Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plugin
Projects
None yet
Development

No branches or pull requests

3 participants