1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00
Commit Graph

524 Commits

Author SHA1 Message Date
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
Oliver Kiddle
56caa787a6 Use _arguments for hash completion and add + options for typeset (11347) 2000-05-12 13:16:52 +00:00
Sven Wischnowsky
984bae21ba fixes for completion matching (11346) 2000-05-12 11:52:30 +00:00
Sven Wischnowsky
6472a2b7bc fix for compadd -x when there are no matches (11335) 2000-05-12 07:03:41 +00:00
Bart Schaefer
1452bfe101 11332: Test descriptors correctly for redirect/restore of stderr; plus an
aesthetic tweak.
2000-05-12 02:31:05 +00:00
Bart Schaefer
0768b190ba 11326: Avoid init_io() on "exec < file" when zleactive.
Also fix OPK's slightly confused previous ChangeLog entry.
2000-05-11 16:39:02 +00:00
Oliver Kiddle
a39eb7948e Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr) 2000-05-11 16:14:58 +00:00
Oliver Kiddle
cd65b9b4bb _call should pass on the return code from the called command (11327) 2000-05-11 15:32:35 +00:00
Sven Wischnowsky
567e221218 make _argument_sets add the options as defaults when there is nothing else to complete (11324) 2000-05-11 11:27:39 +00:00
Sven Wischnowsky
51511cd7c8 _files used alternative tag-order values even if not needed (11321) 2000-05-11 09:12:57 +00:00
Sven Wischnowsky
8e7e17237e allow internally-mutually exclusive sets in _argument_sets; fixes for _argument_sets and the C-code for it (11320) 2000-05-11 08:54:47 +00:00
Sven Wischnowsky
d3620a02df make ^G in menu-selection restore the old command line; add select=long* values for menu style to start menu-selection if list is too long for screen (11319) 2000-05-11 08:40:09 +00:00
Oliver Kiddle
ed8b82b9b1 Spelling corrections in the docs (11315) 2000-05-11 00:01:03 +00:00