| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
a kakrc file in current directory is sourced automatically
at start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
works with " and '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permits to replace selection by a string in a single undo step
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Selections now can have associated captures, for backreferences when
selections are created from a regex search
|
|
|
|
multi_select provides Selection -> SelectionList operations
|
|
detected with ':addfilter regex \h+\n default red' !
|
|
|
|
|
|
|
|
that means that the given iterator points to the first part of the
split (instead of the second in previous implementation).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|