mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
23791: use VARARR for MB_CUR_MAX
users/11791: remove mysterious comment around emulate -L zsh in incremental-complete-word
This commit is contained in:
parent
4cff29774e
commit
55b7a07a7e
3 changed files with 10 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
# The main widget function.
|
||||
|
||||
incremental-complete-word() {
|
||||
#emulate -L zsh
|
||||
emulate -L zsh
|
||||
unsetopt autolist menucomplete automenu # doesn't work well
|
||||
|
||||
local key lbuf="$LBUFFER" rbuf="$RBUFFER" pmpt pstr word
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue