1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
Commit Graph

714 Commits

Author SHA1 Message Date
Peter Stephenson
bdfda774b7 11516: Completion/Core/compinstall: menu selection 2000-05-22 17:52:40 +00:00
Bart Schaefer
7d19431901 11515: Fix infinite loop. 2000-05-22 17:17:52 +00:00
Bart Schaefer
903ee41560 11508: Add texipage() to printindex(). 2000-05-22 15:49:04 +00:00
Bart Schaefer
663e892126 11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs. 2000-05-22 15:00:52 +00:00
Sven Wischnowsky
01bd1c61ae make sure wouldinstab is set before calling docomplete() (11503) 2000-05-22 14:50:07 +00:00
Chmouel Boudjnah
bf40a2f40c Completion/Linux/_rpm: --buildarch is like --target 2000-05-22 14:11:34 +00:00
Sven Wischnowsky
30d8c23981 another fix for `select=long*' in menu style (11500) 2000-05-22 13:55:57 +00:00
Sven Wischnowsky
57658af8a5 fix for select-long-list in menu style (11497) 2000-05-22 12:22:48 +00:00
Sven Wischnowsky
fa50c70000 fix for clines in suffix (11496) 2000-05-22 12:14:37 +00:00
Sven Wischnowsky
91f40b975f be more careful when decided if to insert tabs instead of completing (11493) 2000-05-22 11:28:29 +00:00
Sven Wischnowsky
c955b76cc5 remove -h option from zstyle (11490) 2000-05-22 09:32:32 +00:00
Sven Wischnowsky
ce90081ea8 pat(-) in long-option patterns to say that argument should be completed only after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489) 2000-05-22 09:28:34 +00:00
Sven Wischnowsky
007cfdff55 fix for a-a-m-c in menu selection; scroll explanations onto screen again (11487) 2000-05-22 08:47:30 +00:00
Bart Schaefer
3f9633e006 Missing () in a tt(). 2000-05-22 07:03:38 +00:00
Bart Schaefer
9e61d4ba48 11483: Fix formatting and other small errors. 2000-05-22 05:26:38 +00:00
Peter Stephenson
60205c81b8 11478; 3.1.7-pre-4 zsh-3.1.7-pre-4 2000-05-21 18:27:36 +00:00
Bart Schaefer
d28807ea39 11477: Alphabetize itemized lists. 2000-05-20 18:18:08 +00:00
Bart Schaefer
279132a957 11473: Turn off xtrace while printing PS4. 2000-05-20 15:56:03 +00:00
Oliver Kiddle
f97eaa4579 Do a better job of completing suffixes in netscape remote commands (11471) 2000-05-19 18:44:21 +00:00
Peter Stephenson
2f6db0a72a ChangeLog entry for zsh-users/3066, already committed:
cygwin system.h fix
2000-05-19 18:24:42 +00:00
Peter Stephenson
8d17d2f02d 11467: [#<base>] syntax for output base
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19 18:22:50 +00:00
Oliver Kiddle
e20600c8a4 Fix _su to use user's shell for completion after -c again 2000-05-19 16:19:39 +00:00
Bart Schaefer
aea69f6e64 11469: Locally unset the errexit option and ZERR trap. 2000-05-19 16:04:16 +00:00
Bart Schaefer
529158f82f 11461: Make "read" interruptible even when used in the tail of a pipeline. 2000-05-19 15:10:52 +00:00
Sven Wischnowsky
7672efed2e fix for unambiguous string insertion (11466) 2000-05-19 08:33:06 +00:00
Sven Wischnowsky
f9e65c2b1f don't use $match for something different than (#b)ackrefs (11464) 2000-05-19 08:24:16 +00:00
Bart Schaefer
aa86df8d1c Add missing file name to log message. 2000-05-18 14:36:10 +00:00
Sven Wischnowsky
191930e8fb fix for completion of `netscape -remote' (11460) 2000-05-18 11:04:34 +00:00
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