mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
zsh-workers/8323
This commit is contained in:
parent
eb85a72ad9
commit
584577374d
3 changed files with 19 additions and 0 deletions
|
@ -27,6 +27,7 @@ compmatcherstr
|
|||
compmatchertot
|
||||
compnmatches
|
||||
compnnmatches
|
||||
comp_listptr
|
||||
compoldlist
|
||||
compoldins
|
||||
compparameter
|
||||
|
@ -53,9 +54,11 @@ freecompctl
|
|||
getcpatptr
|
||||
incompctlfunc
|
||||
incompfunc
|
||||
list_linesptr
|
||||
makecomplistcallptr
|
||||
makecomplistctlptr
|
||||
makecompparamsptr
|
||||
num_matchesptr
|
||||
patcomps
|
||||
rembslash
|
||||
set_comp_sepptr
|
||||
|
|
11
Src/Zle/compctl.export
Normal file
11
Src/Zle/compctl.export
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!
|
||||
incompfunc
|
||||
compwords
|
||||
compcurrent
|
||||
.ignore_suffix
|
||||
compprefix
|
||||
compsuffix
|
||||
.restrict_range
|
||||
.ignore_prefix
|
||||
.set_list_array
|
||||
.get_user_var
|
|
@ -23,9 +23,12 @@ freematches
|
|||
getkey
|
||||
getkeycmd
|
||||
getzlequery
|
||||
hasoldlist
|
||||
hasperm
|
||||
invalidatelist
|
||||
lastambig
|
||||
lastmatches
|
||||
lastlmatches
|
||||
lbindk
|
||||
linkkeymap
|
||||
listdat
|
||||
|
@ -37,6 +40,8 @@ menucomplete
|
|||
minfo
|
||||
newkeymap
|
||||
nlnct
|
||||
nmatches
|
||||
onlyexpl
|
||||
pmatches
|
||||
printfmt
|
||||
printlist
|
||||
|
|
Loading…
Reference in a new issue