mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
zsh-3.1.5-pws-6
This commit is contained in:
parent
20d67907c9
commit
7a40d6c258
30 changed files with 1793 additions and 844 deletions
|
|
@ -267,3 +267,8 @@ struct cline {
|
|||
#define CLF_MISS 4
|
||||
#define CLF_DIFF 8
|
||||
#define CLF_SUF 16
|
||||
|
||||
/* Flags for makecomplist*(). Things not to do. */
|
||||
|
||||
#define CFN_FIRST 1
|
||||
#define CFN_DEFAULT 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue