Sven Wischnowsky
|
ca670d4d27
|
allow _main_complete to call an arbitrary command given as arguments (11459)
|
2000-05-18 10:48:31 +00:00 |
|
Sven Wischnowsky
|
781a5bd4b1
|
small doc fix; make compcall autoload compctl module (11457)
|
2000-05-18 09:22:31 +00:00 |
|
Peter Stephenson
|
c515a58aca
|
11455: Completion/Core/_oldlist: old-menu defaults on
|
2000-05-18 08:59:29 +00:00 |
|
Sven Wischnowsky
|
7594cc1872
|
make _files remove backslashes in patterns (11453)
|
2000-05-18 07:18:57 +00:00 |
|
Bart Schaefer
|
3ce575b0f9
|
Felix Rosencrantz: 11450: Replace tr with paramsubst.
|
2000-05-18 03:33:39 +00:00 |
|
Peter Stephenson
|
53f2284045
|
11448: doc changes
|
2000-05-17 21:28:30 +00:00 |
|
Peter Stephenson
|
3c77b96af5
|
11444: add old-list and old-menu to _zstyle
|
2000-05-17 15:54:38 +00:00 |
|
Tanaka Akira
|
20a527fcaa
|
11441: Test/comptest, Test/53completion.ztst,
Test/54compmatch.ztst: use only one zsh process to test for each
completion test file.
|
2000-05-17 12:31:32 +00:00 |
|
Sven Wischnowsky
|
05d3c175a5
|
add Felix' completion matching test; some fixes for bugs shown by it (11439)
|
2000-05-17 11:59:32 +00:00 |
|
Bart Schaefer
|
cd4b5eac3a
|
Fix e-mail address.
|
2000-05-17 10:31:08 +00:00 |
|
Bart Schaefer
|
03750c0687
|
11435: Update test for 11406.
|
2000-05-17 10:28:15 +00:00 |
|
Bart Schaefer
|
6a02bbcfba
|
11431: Chop up zstyle doc into an itemize list.
|
2000-05-17 08:36:10 +00:00 |
|
Sven Wischnowsky
|
f63d4066ba
|
fix completion after tilde and equal sign inside quotes (11429)
|
2000-05-17 06:50:03 +00:00 |
|
Tanaka Akira
|
f8551053e5
|
11426: Src/Modules/zpty.c: don't use #elif.
|
2000-05-17 03:42:43 +00:00 |
|
Tanaka Akira
|
590475e1b7
|
11420: Src/Modules/zpty.c: try more pty device files.
|
2000-05-16 18:16:19 +00:00 |
|
Bart Schaefer
|
6c44d97386
|
11419: Control "make check" with the TESTNUM variable.
|
2000-05-16 17:39:11 +00:00 |
|
Bart Schaefer
|
9f3d6b63a0
|
Remove RCS Id strings.
|
2000-05-16 16:22:14 +00:00 |
|
Bart Schaefer
|
a04a3a9e65
|
Fix typos and remove RCS Id strings.
|
2000-05-16 16:21:33 +00:00 |
|
Tanaka Akira
|
26a467f406
|
11415: Completion/User/_cvs: follow the new matcher-list behaviour.
|
2000-05-16 16:04:04 +00:00 |
|
Peter Stephenson
|
184ea22946
|
11410: make tokenize() tokenize =, so $~foo allows =cmd expansion
|
2000-05-16 13:41:50 +00:00 |
|
Sven Wischnowsky
|
d658d3e2bb
|
fixed configuration of menu-selection with menu style; pseudo-context `-command-line-', handy for completion in vared (11408)
|
2000-05-16 11:44:57 +00:00 |
|
Sven Wischnowsky
|
95883d8b95
|
avoid tilde- and parameter-completion in quotes (11407)
|
2000-05-16 11:24:55 +00:00 |
|
Sven Wischnowsky
|
0129f41d80
|
make _arguments take the attempt to add matches as an indication not to do default option-completion (11406)
|
2000-05-16 11:15:24 +00:00 |
|
Sven Wischnowsky
|
aa17f0db6d
|
fix scrolling in menu-selection with matches spanning multiple lines
|
2000-05-16 10:45:01 +00:00 |
|
Peter Stephenson
|
7a53d36f39
|
one hunk of 11381: typo in _vars_eq
|
2000-05-16 09:55:54 +00:00 |
|
Peter Stephenson
|
c5285d56f7
|
11402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansion
|
2000-05-16 09:46:10 +00:00 |
|
Sven Wischnowsky
|
57ed8b5441
|
make menu-select accept the match when typing a non-special character (11401)
|
2000-05-16 08:05:15 +00:00 |
|
Tanaka Akira
|
16ef2a7266
|
11396: Completion/User/_look: display a message when
an argument is empty.
|
2000-05-16 00:51:04 +00:00 |
|
Tanaka Akira
|
c5f1b07510
|
11394: Completion/User/_cvs: rewrite filename completion
functions.
|
2000-05-16 00:07:06 +00:00 |
|
Tanaka Akira
|
d1f844209e
|
11393: Completion/User/_diff_options: use `=-'.
|
2000-05-15 23:45:30 +00:00 |
|
Tanaka Akira
|
072be45ee5
|
11392: Completion/Core/_description: ignore-line fix.
|
2000-05-15 23:33:29 +00:00 |
|
Clint Adams
|
195f1c4015
|
11387: OCTAL_ZEROES option
|
2000-05-15 18:48:21 +00:00 |
|
Clint Adams
|
18b193f241
|
11385: parse 0[0-9]+ as octal in arithmetic expressions
|
2000-05-15 17:54:58 +00:00 |
|
Sven Wischnowsky
|
0e5666e2ad
|
detect additional characters in parameter expansions and signal an error for them (11380)
|
2000-05-15 14:59:01 +00:00 |
|
Sven Wischnowsky
|
1dc5677a41
|
add _in_vared for completion inside vared; make insert-tab default to `false' there
|
2000-05-15 13:19:26 +00:00 |
|
Sven Wischnowsky
|
6ba3ec5ec4
|
add _in_vared for completion inside vared; make insert-tab default to `false' there (11379)
|
2000-05-15 13:18:34 +00:00 |
|
Peter Stephenson
|
5ef2b518fd
|
11375: compinstall: menu style select=long and select=long-list
|
2000-05-15 12:51:59 +00:00 |
|
Oliver Kiddle
|
782f78043e
|
Install functions before man pages to avoid error if yodl isn't installed
|
2000-05-15 12:13:29 +00:00 |
|
Sven Wischnowsky
|
8272394e7e
|
extra paranoia for empty prefix/suffix in completion matching (11374)
|
2000-05-15 11:55:38 +00:00 |
|
Bart Schaefer
|
948262ba28
|
Oliver's missing article number.
|
2000-05-15 11:54:01 +00:00 |
|
Peter Stephenson
|
19e0957b6e
|
FAQ updated from website
|
2000-05-15 11:35:15 +00:00 |
|
Sven Wischnowsky
|
2e78e1ecc1
|
fix for empty (s::) separator and strings with meta-characters (11368)
|
2000-05-15 11:01:41 +00:00 |
|
Sven Wischnowsky
|
3f630b6abf
|
followup for 11364 (11367)
|
2000-05-15 10:45:24 +00:00 |
|
Sven Wischnowsky
|
db95186da5
|
fix for completion of string with single quote (11365)
|
2000-05-15 09:54:46 +00:00 |
|
Sven Wischnowsky
|
6d4bdb661d
|
fix for suffix-matching; better in-path completion in _path_files (11364)
|
2000-05-15 09:34:11 +00:00 |
|
Peter Stephenson
|
2bd3a0ff71
|
11362: fix up pointers
|
2000-05-15 08:49:04 +00:00 |
|
Sven Wischnowsky
|
8ef89cd54d
|
zparseopts should detect if it is called without option descriptions (11360)
|
2000-05-15 08:04:09 +00:00 |
|
Oliver Kiddle
|
6ff206e057
|
Add -L option to the hash builtin
|
2000-05-15 00:31:20 +00:00 |
|
Peter Stephenson
|
26cc1ad1df
|
doc changes; typo in _jobs; integer builtin understands `-i base'
|
2000-05-14 22:08:41 +00:00 |
|
Sven Wischnowsky
|
a6ed22c585
|
fix for completing options with _arguments -s'; fix for _message to use builtin compadd' (11349)
|
2000-05-12 14:36:46 +00:00 |
|