f440a1c109
This fixes a bug in how the Lua scripts handle new comment lines. Currently if we have a comment that is indented, when we add a new line it inserts the `--` prefix before the automatic indentation. ``` --ABC -- XYZ ``` After the fix, it correctly inserts the comment prefix after the indentation: ``` --ABC --XYZ ``` The solution I used is inspired by the ruby.kak script. |
||
---|---|---|
.. | ||
detection | ||
filetype | ||
tools | ||
windowing |