Age | Commit message (Collapse) | Author |
|
|
|
Changeset 15 introduced an 'increment' variable that is normally +/-1 for find
next and find prev respectively. However instead of adding the increment for
find prev, it subtracts it, effectively adding 1 which is not right.
|
|
'%%' is now properly escaped.
%() sequence executes Lua code, showing an error dialog if one occured.
|
|
'find' has an additional nowrap parameter that 'replace_all' uses so the latter
will not loop indefinately if there are still matches in the document.
'find' also sets search_anchor more appropriately based on context so some
matches aren't skipped accidentally.
|
|
|