index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve _path_files, move some code into C, try to optimise glob patterns and...
Sven Wischnowsky
2000-06-09
1
-47
/
+18
*
trying to improve _expand; new keep-prefix style, add-space gives more contro...
Sven Wischnowsky
2000-06-08
1
-14
/
+38
*
optimise command lookup in old and new completion (user/3124)
Sven Wischnowsky
2000-06-07
1
-21
/
+28
*
make _expand ignore empty expansions (11777)
Sven Wischnowsky
2000-06-06
1
-2
/
+2
*
fix for _path_files and globcomplete, better test if word contains wildcards ...
Sven Wischnowsky
2000-06-06
1
-2
/
+3
*
allow display of only messages via $compstate[list]=messages (11688)
Sven Wischnowsky
2000-05-31
2
-4
/
+4
*
use compadd -[ak] (11549)
Sven Wischnowsky
2000-05-31
13
-63
/
+72
*
allow using menu-select for compdef -k (i.e.: autoload zsh/complist in such c...
Sven Wischnowsky
2000-05-31
2
-0
/
+8
*
Add comment.
Bart Schaefer
2000-05-29
1
-0
/
+2
*
make _path_files use glob qualifiers from the line when doing pattern matchin...
Sven Wischnowsky
2000-05-29
1
-0
/
+23
*
beautify format of compdump file (11576)
Sven Wischnowsky
2000-05-25
2
-3
/
+3
*
fix for special-dirs when used with -g patterns (11570)
Sven Wischnowsky
2000-05-25
1
-6
/
+8
*
use `set -A' instead of `eval' in more places (11525)
Sven Wischnowsky
2000-05-23
2
-8
/
+8
*
Don't lose empty arguments (11517)
Oliver Kiddle
2000-05-22
1
-2
/
+2
*
11516: Completion/Core/compinstall: menu selection
Peter Stephenson
2000-05-22
1
-13
/
+21
*
another fix for `select=long*' in menu style (11500)
Sven Wischnowsky
2000-05-22
1
-1
/
+2
*
fix for select-long-list in menu style (11497)
Sven Wischnowsky
2000-05-22
1
-4
/
+4
*
fix for clines in suffix (11496)
Sven Wischnowsky
2000-05-22
1
-1
/
+1
*
be more careful when decided if to insert tabs instead of completing (11493)
Sven Wischnowsky
2000-05-22
1
-1
/
+1
*
fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...
Sven Wischnowsky
2000-05-22
1
-1
/
+1
*
11467: [#<base>] syntax for output base
Peter Stephenson
2000-05-19
1
-0
/
+1
*
11469: Locally unset the errexit option and ZERR trap.
Bart Schaefer
2000-05-19
1
-0
/
+3
*
don't use $match for something different than (#b)ackrefs (11464)
Sven Wischnowsky
2000-05-19
4
-204
/
+262
*
allow _main_complete to call an arbitrary command given as arguments (11459)
Sven Wischnowsky
2000-05-18
1
-4
/
+20
*
11455: Completion/Core/_oldlist: old-menu defaults on
Peter Stephenson
2000-05-18
1
-1
/
+1
*
make _files remove backslashes in patterns (11453)
Sven Wischnowsky
2000-05-18
1
-1
/
+1
*
fix completion after tilde and equal sign inside quotes (11429)
Sven Wischnowsky
2000-05-17
1
-5
/
+7
*
fixed configuration of menu-selection with menu style; pseudo-context `-comma...
Sven Wischnowsky
2000-05-16
2
-33
/
+93
*
avoid tilde- and parameter-completion in quotes (11407)
Sven Wischnowsky
2000-05-16
1
-2
/
+2
*
fix scrolling in menu-selection with matches spanning multiple lines
Sven Wischnowsky
2000-05-16
1
-2
/
+10
*
11392: Completion/Core/_description: ignore-line fix.
Tanaka Akira
2000-05-15
1
-2
/
+2
*
add _in_vared for completion inside vared; make insert-tab default to `false'...
Sven Wischnowsky
2000-05-15
3
-23
/
+15
*
11375: compinstall: menu style select=long and select=long-list
Peter Stephenson
2000-05-15
1
-27
/
+50
*
followup for 11364 (11367)
Sven Wischnowsky
2000-05-15
1
-1
/
+1
*
fix for suffix-matching; better in-path completion in _path_files (11364)
Sven Wischnowsky
2000-05-15
1
-9
/
+25
*
fix for completing options with `_arguments -s'; fix for _message to use `bui...
Sven Wischnowsky
2000-05-12
1
-1
/
+1
*
Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)
Oliver Kiddle
2000-05-11
1
-2
/
+0
*
_call should pass on the return code from the called command (11327)
Oliver Kiddle
2000-05-11
1
-0
/
+2
*
_files used alternative tag-order values even if not needed (11321)
Sven Wischnowsky
2000-05-11
1
-0
/
+1
*
make ^G in menu-selection restore the old command line; add select=long* valu...
Sven Wischnowsky
2000-05-11
1
-5
/
+15
*
11287: Naoki Wakamatsu: compinstall spaces to be tab
Peter Stephenson
2000-05-10
1
-1
/
+1
*
update `%p' replacement in _files (11292)
Sven Wischnowsky
2000-05-10
1
-1
/
+1
*
11288: Reopen stdin on /dev/null to avoid confusing programs that don't
Bart Schaefer
2000-05-10
1
-0
/
+1
*
give control over insertion of tab when no non-blank character before cursor;...
Sven Wischnowsky
2000-05-09
1
-0
/
+6
*
11194, 11200, 11214
Peter Stephenson
2000-05-08
1
-28
/
+65
*
make _expand call _complete when called from _expand_word; add ignore-line st...
Sven Wischnowsky
2000-05-08
2
-3
/
+11
*
misc. completion cleanups and changes (11242)
Sven Wischnowsky
2000-05-08
7
-42
/
+112
*
make _message independent of when it is called (11188)
Sven Wischnowsky
2000-05-05
2
-5
/
+5
*
11157: Completion/Core/_requested: fail if _all_labels is failed.
Tanaka Akira
2000-05-04
1
-1
/
+1
*
don't list when all matches look the same; force-list style to give users con...
Sven Wischnowsky
2000-05-04
1
-0
/
+7
[next]