mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
Morita Sho: 31038: add location of terminfo entries on Debian
This commit is contained in:
parent
d88a46b1a9
commit
1ba1865d61
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2013-02-09 Oliver Kiddle <opk@zsh.org>
|
2013-02-09 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* Morita Sho: 31038: Completion/Unix/Type/_terminals:
|
||||||
|
add location of terminfo entries on Debian
|
||||||
|
|
||||||
* 31037: Src/Zle/zle_move.c: return to previous position
|
* 31037: Src/Zle/zle_move.c: return to previous position
|
||||||
with vi-goto-mark using `` or ''
|
with vi-goto-mark using `` or ''
|
||||||
|
|
||||||
|
@ -509,5 +512,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5799 $
|
* $Revision: 1.5800 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
local desc expl
|
local desc expl
|
||||||
|
|
||||||
desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo )
|
desc=( $TERMINFO ~/.terminfo $TERMINFO_DIRS /usr/{,share/}{,lib/}terminfo /{etc,lib}/terminfo )
|
||||||
|
|
||||||
_wanted terminals expl 'terminal name' \
|
_wanted terminals expl 'terminal name' \
|
||||||
compadd "$@" - $desc/*/*(N:t)
|
compadd "$@" - $desc/*/*(N:t)
|
||||||
|
|
Loading…
Reference in a new issue