| Age | Commit message (Collapse) | Author |
|
With incremntal insertion, undo groups tends to be a lot of single
character insertion/deletions at the same point, but the end
result is most of the time a single string insertion. Buffer
now tries to optimize the undo group.
|
|
|
|
|
|
Try to have a nice behaviour when the completions do not share
a prefix with the [completion begin, cursor pos] string.
For example an address book completion may provide candidates
for frrrwww that are 'Maxime Coste <frrrwww@gmail.com>', not
having frrrwww as a prefix.
|
|
|
|
|
|
|
|
from the buffer
|
|
|
|
during the prompt
|
|
selected
|
|
Changing buffer name allows to save a *make* or *grep* buffer when
launching another one for exemple.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* zz or zc for centering selection on window (replaces alt-c)
* zt and zb for placing the main selection on top/bottom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|