| Age | Commit message (Collapse) | Author |
|
Fixes #1406
|
|
|
|
Change append to 'a', add select longest/shortest, union and
intersection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1332
|
|
|
|
|
|
This way we dont depend on knowing the base template to enable bit ops
on an enum type.
|
|
|
|
Instead of returning the current selection when a selector fails, return
an empty Optional<Selection>. That means object selections will now
remove the selections that dont match the object.
|
|
|
|
|
|
Fixes #105
Fixes #1100
Closes #1165
|
|
|
|
Fixes #1214
|
|
|
|
Select next match for all selections is still available as /<ret>
Fixes #1173
|
|
Fixes #1124
|
|
Fixes #407
|
|
|
|
And incrementally set the search register for select/split as well
|
|
Fixes #1123
|
|
|
|
Fixes #1095
|
|
After recent changes that associated <esc> with the 0x1b codepoint
r<esc> would replace each char with 0x1b instead of canceling the
replace command.
|
|
|
|
|
|
|
|
Fixes #1054
|
|
Fixes #1021
|
|
Fixes #992
Fixes #993
Fixes #994
|
|
|
|
Fixes #921
|
|
Maintain it as well during buffer creation even if the hooks are not executed
in client context.
Fixes #818
|
|
Related to #921
|
|
|
|
Closes #896
|
|
|
|
Fixes #873
|
|
Fixes #884
|
|
This is a potential solution for #794.
|
|
|
|
|