Sven Wischnowsky
9e44b5ea29
add a counter for invalidatelist() to allow finding out if there is a new list (13082)
2000-10-25 08:18:43 +00:00
Sven Wischnowsky
ead3cee30d
avoid printing file type characters in completion lists for matches ending in a slash (13071)
2000-10-24 07:50:24 +00:00
Sven Wischnowsky
865f3961b7
change some tags used in filename completion: no tag for file-sort, fake-files and ignore-parents, paths for accept-exact (13037)
2000-10-23 08:07:32 +00:00
Bart Schaefer
de595fbc90
Fix "vared -e".
2000-10-22 02:34:16 +00:00
Bart Schaefer
9bf7fb75c5
Fix "vared -h" in shell scripts.
2000-10-21 03:15:36 +00:00
Sven Wischnowsky
e14a02f440
simplify setting standard completion system options using $_comp_options (13036)
2000-10-19 08:58:17 +00:00
Sven Wischnowsky
16d7e31ae8
make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035)
2000-10-19 08:46:54 +00:00
Wayne Davison
f718ed6b52
Changed Src/hist.c (13034).
2000-10-19 07:14:30 +00:00
Wayne Davison
4be4c7575c
Don't call histreduceblanks() if the line didn't parse right.
2000-10-19 07:12:26 +00:00
Bart Schaefer
7b967b0d51
Typo.
2000-10-18 03:55:35 +00:00
Bart Schaefer
c34084aa0e
Typo.
2000-10-18 03:53:27 +00:00
Peter Stephenson
1ccde17687
Fix release number
2000-10-17 15:28:29 +00:00
Sven Wischnowsky
8ec18a622c
*** empty log message ***
2000-10-17 14:04:13 +00:00
Peter Stephenson
4c2807e313
3.1.6-dev-7
zsh-3.1.9-dev-7
2000-10-17 12:55:41 +00:00
Sven Wischnowsky
35e15e6b11
*** empty log message ***
2000-10-16 10:55:54 +00:00
Bart Schaefer
632dc55f9c
Document tty mode restoration.
2000-10-14 00:14:15 +00:00
Sven Wischnowsky
bb1fabf3ff
two completion matching fixes; wrong (path) prefix matching (removed path components) and reverse order of sub-strings in match-strings (12995)
2000-10-13 08:44:57 +00:00
Sven Wischnowsky
f23b23e8a3
remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974)
2000-10-12 08:28:26 +00:00
Sven Wischnowsky
17e2003c5c
rename fake style to fake-files (12973)
2000-10-12 07:08:43 +00:00
Andrey Borzenkov
2e4cca20ce
12958: configure fix for NCR compiler
2000-10-11 12:26:13 +00:00
Sven Wischnowsky
4bfe8715b0
*** empty log message ***
2000-10-11 12:20:27 +00:00
Sven Wischnowsky
adf7965951
add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11 12:19:23 +00:00
Sven Wischnowsky
5d8adbee07
make user defined completion widgets leave menu selection without accepting the currently selected match (12959)
2000-10-11 10:57:40 +00:00
Sven Wischnowsky
e1fb97ee44
follow-up to 12942, only a missing redirection (12948)
2000-10-10 15:06:30 +00:00
Sven Wischnowsky
7b35c8639c
*** empty log message ***
2000-10-10 14:12:41 +00:00
Sven Wischnowsky
b9f6bdf162
add fake-parameters style to allow completing parameters which are not yet set (12946)
2000-10-10 14:12:21 +00:00
Sven Wischnowsky
bd4490b966
*** empty log message ***
2000-10-10 13:37:30 +00:00
Sven Wischnowsky
ae4ba457c4
temporarily remove global aliases to avoid error message inside the evals (12942)
2000-10-10 09:00:15 +00:00
Sven Wischnowsky
7bb0338a78
follow-up to 12930, make it first try exact character matches, but enable it to go back to try match specs if it fails after accepting such character matches (12941)
2000-10-10 08:36:32 +00:00
Bart Schaefer
1ea97c109f
Tiny clarification.
2000-10-09 14:27:04 +00:00
Sven Wischnowsky
3f63f13610
prefer exact character matches over match specs (so that nom' can match
nomatch') (12930)
2000-10-09 12:50:20 +00:00
Sven Wischnowsky
bb18608a2a
search for *.tif file, too (12919)
2000-10-06 13:11:48 +00:00
Sven Wischnowsky
cb4bb129dd
more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917)
2000-10-06 13:01:51 +00:00
Bart Schaefer
2f2a33b2ea
Other places where `unsetopt cshnullglob' is needed.
2000-10-06 05:18:25 +00:00
Bart Schaefer
dc1527ce76
autoload --> automount
2000-10-05 17:05:24 +00:00
Sven Wischnowsky
ffe53f319a
cleanup for 12896 (12901)
2000-10-05 14:08:47 +00:00
Sven Wischnowsky
eabddcb9cd
unset cshnullglob (12899)
2000-10-05 13:50:54 +00:00
Sven Wischnowsky
a98a3049d9
don't return invalid Eprog after parse error (12898)
2000-10-05 09:31:21 +00:00
Sven Wischnowsky
a93e62c630
comparguments: don't use rest-argument-specification if it was inactivated (12897)
2000-10-05 08:55:35 +00:00
Sven Wischnowsky
62df18f0d8
cleanup (12896)
2000-10-05 08:41:35 +00:00
Sven Wischnowsky
0f2250de44
complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-10-05 07:31:00 +00:00
Tanaka Akira
5d4faa678e
* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle
...
remote-access style.
2000-10-04 14:13:12 +00:00
Sven Wischnowsky
6c4dfc3228
don't stop parsing too early when completing inside a command substitution (12885)
2000-10-04 13:54:00 +00:00
Sven Wischnowsky
213a453d08
don't forget a displayed list when starting menu completion (12884)
2000-10-04 13:24:45 +00:00
Tanaka Akira
bca563a699
* 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
...
specified in a command line begins with tilde. Generate subcommand
list from `cvs --help-commands' and `cvs --help-synonyms'. Complete
remote modules. Complete vendor branch for a second argument of
`cvs import'. Use _call.
2000-10-04 05:10:18 +00:00
Bart Schaefer
5ca1864f94
Change some zerr to zwarn for consistency.
2000-10-02 18:40:35 +00:00
Clint Adams
8e628ac624
unposted: remove unused variable declaration from ztat()
2000-10-01 23:43:55 +00:00
Clint Adams
f42bd3a3f9
12863: remove ztrdupstrip, use VARARR in ztat
2000-09-27 19:31:44 +00:00
Bart Schaefer
74ff6d6dbe
Tweak to STTY fix.
2000-09-26 15:08:35 +00:00
Bart Schaefer
756f8186f2
Fix STTY parameter.
2000-09-25 16:57:05 +00:00