Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This speeds up `io.save_all_files()`, particularly on remote filesystems.
Thanks to Ivan Baidakou.
|
|
Requires Scintillua r525 (changeset c4268c3df705).
|
|
|
|
|
|
Requires Scintillua r524 (changeset e31e33b9c1a3).
|
|
|
|
Thanks to Michael Richter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Niklas Wallén.
|
|
|
|
|
|
|
|
|
|
Also removed command for auto-'end' insertion of Lua control structures since
snippets are now favored.
|
|
|
|
Also fixed a small bug and documentation.
|
|
|
|
|
|
|
|
|
|
|
|
They are often seen in XML snippets and escaping would be tedious.
|
|
|
|
It's possible for the `updated` parameter to be `nil`; handle it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r514 (changeset 8bce8ef421d7).
|
|
|
|
'\' in path was causing problems due to being interpreted by Python rather than
the shell.
|
|
`spawn()` now accepts an environment parameter.
Requires lspawn r40 (changeset 4709ecca2dd4).
|
|
Language-specific code may run inadvertantly.
|