Age | Commit message (Collapse) | Author |
|
It's more reliable and is similar to `ui.find.active`.
|
|
|
|
|
|
|
|
|
|
Clarify that it's not normally needed.
|
|
Normally history is auto-appended by the default '\n' key handler, but some
custom modes may have their own '\n' handlers and did not have a way to append
history.
|
|
|
|
|
|
|
|
|
|
Thanks to Christof Böckler.
|
|
|
|
Zip them all into a single archive during the build process.
|
|
|
|
|
|
Otherwise, `make deps` and `make deps NIGHTLY=1` may not download the right
ones.
|
|
|
|
|
|
Long filenames are clipped.
|
|
|
|
|
|
|
|
|
|
Thanks to Christof Böckler.
|
|
External modules that have finalizers (__gc metamethod) need to be run now,
or else segfaults can occur when running the gc later with stale data.
|
|
Once the patch submitted upstream is accepted, this patch will not be needed.
|
|
Once the patch submitted upstream is accepted, this patch will not be needed.
|
|
|
|
Include buffer/view constants as well, which should have been there anyway.
|
|
It was failing in a group setting, not individually.
|
|
This also prevents a crash on exit in some circumstances, due to mismatched
metatables.
|
|
|
|
|
|
Previously, LF was expected, so CR (if present) would be in every message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Manuel Montenegro.
|
|
|
|
Removed redundant stats link.
|
|
The compatibility checker is not perfect, and it serves primarily to remind
users to double-check their key shortcuts for Textadept 11.
|
|
|