| Commit message (Collapse) | Author | Files | Lines |
|
/say error)
|
|
|
|
Only ex mode is disabled in this case.
|
|
|
|
debugging info is printed.
|
|
This allows any two keys to enable command mode, like jj, aa, etc.
|
|
|
|
It's configured by the vim_mode_jj setting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
being added, rather than the actual cmd_undo code.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to SvenG for reporting this bug.
|
|
|
|
|
|
from ins mode too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Used by . after startup.
|
|
No real changes, only if (1) {} and indentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They deleted one character too much.
|
|
|
|
|
|
This prevents problems with e.g. df when the searched character wasn't
found. This used to delete one character.
|