Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also updated LuaDoc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As a result, changed `ui.find.lua` to `ui.find.regex`
Also removed luautf8 dependency since it is no longer needed.
Regex replacements cannot contain embedded Lua code.
Jumping to "find in files" results selects those results instead of just jumping
to their respective lines.
|
|
|
|
|
|
|
|
|
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
Makes use of an external luautf8 library, but only a subset of it.
|
|
|
|
|
|
|
|
|
|
|
|
Also removed command for auto-'end' insertion of Lua control structures since
snippets are now favored.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|