We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
draw-whitespace:toggle function
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
The text was updated successfully, but these errors were encountered:
Fixed a minor bug, should close issue #1680.
cfbe689
Should be fixed!
Sorry, something went wrong.
Fixed a minor bug, should close issue lite-xl#1680.
3fb19f0
1d4e01a
No branches or pull requests
C:\Commands\lite-xl-rc2\data/plugins\drawwhitespace.lua:311: attempt to index a nil value (field 'drawwhitespace')
Change from:
to:
The text was updated successfully, but these errors were encountered: