From 1ba1865d61be5b22e48af541af96e876bcd59a3d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 9 Feb 2013 21:33:58 +0000 Subject: Morita Sho: 31038: add location of terminfo entries on Debian --- ChangeLog | 5 ++++- Completion/Unix/Type/_terminals | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 424b70f29..843838283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-02-09 Oliver Kiddle + * Morita Sho: 31038: Completion/Unix/Type/_terminals: + add location of terminfo entries on Debian + * 31037: Src/Zle/zle_move.c: return to previous position with vi-goto-mark using `` or '' @@ -509,5 +512,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5799 $ +* $Revision: 1.5800 $ ***************************************************** diff --git a/Completion/Unix/Type/_terminals b/Completion/Unix/Type/_terminals index 59f8d4d87..04ece1167 100644 --- a/Completion/Unix/Type/_terminals +++ b/Completion/Unix/Type/_terminals @@ -2,7 +2,7 @@ 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' \ compadd "$@" - $desc/*/*(N:t) -- cgit 1.4.1