Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
vi-put-before and vi-put-after
|
|
Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix
auto-removable suffix highlighting
Completion/Unix/Command/_git: fix compadd for auto-removable suffix in
_git_commit_ranges and _git_stash
|
|
|
|
|
|
|
|
26464: Greg Klanderman: fix insert-ids=single for menu completion
26465: Greg Klanderman: command keymap for execution
|
|
|
|
tidy up interface to doshfunc()
|
|
|
|
|
|
slightly improve test for overwriting with combining characters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adds text to the kill ring
|
|
|
|
works again.
|
|
|
|
|
|
|
|
and unsigned variables.
|
|
|
|
21986: rewrite completion suffixes for wide characters
|
|
|
|
|
|
- Use idigit() in place of some former '0' - '9' range checks.
- Simplified some multibyte conditional code by using ZC_icntrl()
and LASTFULLCHAR.
|
|
use multibyte versions of nicechar wherever possible.
|
|
|
|
with multibyte support
|
|
invalid characters or EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|