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

2301 Commits

Author SHA1 Message Date
Bart Schaefer
b5b19337a5 13949 and a couple of unposted tweaks to functions. 2001-04-11 22:27:32 +00:00
Bart Schaefer
d4f7d8d32c Don't append a / when completing after [-+]*. 2001-04-11 22:26:11 +00:00
Bart Schaefer
9e3017721e Strip %[BSubsu] as well as %{*%} before computing width of prompt. 2001-04-11 22:25:27 +00:00
Bart Schaefer
a8e2e327d1 Update a comment. 2001-04-11 22:24:32 +00:00
Oliver Kiddle
5c380d5ede add _arguments based completion for alias and jobs (13947) 2001-04-11 21:47:17 +00:00
Wayne Davison
80316c893f Fixed a filename. 2001-04-11 09:38:12 +00:00
Wayne Davison
b5ce978550 13942 2001-04-11 05:32:05 +00:00
Wayne Davison
50a2ef61bf Updated the "preexec" docs. 2001-04-11 05:27:24 +00:00
Wayne Davison
e3e22f715c Fixed a bug where the call to function "preexec" might pass the wrong
history line.  Added two extra args to preexec to give the user more
info on the command that is about to be executed.
2001-04-11 05:26:26 +00:00
Peter Stephenson
ca3f1a3b79 Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse 2001-04-11 00:09:05 +00:00
Wayne Davison
fcbd51acb1 Enhanced should_ignore_line(). 2001-04-10 18:25:31 +00:00
Wayne Davison
6d4a1bbc5c Slightly optimized should_ignore_line() by using getjobtext() rather
than getpermtext().
2001-04-10 18:03:58 +00:00
Wayne Davison
09f7ed0d1f Mention 13936. 2001-04-09 20:33:26 +00:00
Wayne Davison
6ee3df56d0 Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not
defined.
2001-04-09 20:18:40 +00:00
Wayne Davison
62d66491ff Silence some compiler warnings. 2001-04-09 20:16:43 +00:00
Wayne Davison
6726606398 Silence several warnings when HAVE_TIGETSTR is not defined. 2001-04-09 20:11:57 +00:00
Bart Schaefer
a3a59f1f37 Fixes for 13922. 2001-04-09 17:26:57 +00:00
Bart Schaefer
5d0231e105 Make termcap and terminfo modules always loadable. 2001-04-09 15:58:54 +00:00
Peter Stephenson
b75b87c8d9 4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3 2001-04-09 15:29:27 +00:00
Bart Schaefer
b4d021263d Improve prompt when compaudit finds badness. 2001-04-06 14:47:25 +00:00
Sven Wischnowsky
b0be035127 indent fix 2001-04-06 07:55:13 +00:00
Sven Wischnowsky
a971509182 test for unset in pipestatussetfn() (13917) 2001-04-06 07:49:27 +00:00
Sven Wischnowsky
4b56a40b6c (13916) 2001-04-06 07:38:36 +00:00
Felix Rosencrantz
ab105af44a workers/13914 2001-04-06 04:40:25 +00:00
Felix Rosencrantz
7bc02e1b74 workers/13914: Added call to _normal after specified class name, and added completion of filenames in jar archive after -x flag 2001-04-06 04:36:48 +00:00
Bart Schaefer
24babae806 Fix typos. 2001-04-05 18:58:39 +00:00
Bart Schaefer
2ef0d461ab Two new shell functions and a change to an old one. 2001-04-05 18:53:29 +00:00
Bart Schaefer
0e6a413b7c Better handling of long command strings, faster padding computation. 2001-04-05 18:52:16 +00:00
Bart Schaefer
fb95c8afe5 Methods for avoiding the nopromptcr problem, from users/3401 and more. 2001-04-05 18:51:43 +00:00
Bart Schaefer
1a4194f176 Write history entries for jobs resumed with fg/bg; from users/3795, plus
a couple of minor bugfixes.
2001-04-05 18:50:45 +00:00
Clint Adams
62e9af7ce6 13909: bad tilde files in some .distfiles 2001-04-05 13:44:58 +00:00
Sven Wischnowsky
bbbf07a3e7 complete only those single letter options with the right prefix character (13908) 2001-04-05 12:12:45 +00:00
Sven Wischnowsky
ee553c9ec0 fix for reverse subscripting of strings as second part of subscript ($a[x,(r)..]) (13907) 2001-04-05 11:24:16 +00:00
Sven Wischnowsky
163b0101ed add -W option to _arguments, which allows to complete options after options that take an argument in the next word (13902) 2001-04-04 11:29:19 +00:00
Clint Adams
ec01fb14b4 13899: OSTYPE checking 2001-04-03 21:27:58 +00:00
Oliver Kiddle
da0179bfb2 new completion functions 2001-04-03 21:13:10 +00:00
Sven Wischnowsky
6150ef8696 (13892) fixes for fpaths and completion matching 2001-04-03 11:25:11 +00:00
Clint Adams
cceb266765 13889: move _apm to Unix/Command, add OpenBSD support 2001-04-02 19:21:18 +00:00
Bart Schaefer
ba3c26acfd Skip CVS subdirectories when installing functions. 2001-04-02 16:49:09 +00:00
Clint Adams
a3fe8cd13f 13884: apm for FreeBSD 4.1 2001-04-02 15:28:15 +00:00
Sven Wischnowsky
956ef612e2 cleanup after function move 2001-04-02 14:36:36 +00:00
Sven Wischnowsky
610a6eb841 more after-move cleanup 2001-04-02 13:34:55 +00:00
Sven Wischnowsky
832afdc5e9 functions moved 2001-04-02 13:17:24 +00:00
Sven Wischnowsky
3d7263ff67 after-move cleanup 2001-04-02 13:04:04 +00:00
Sven Wischnowsky
c6686513ef new _zed 2001-04-02 12:45:05 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
71530f66ff new after move 2001-04-02 12:38:22 +00:00
Sven Wischnowsky
354cc487ff changed after moving functions 2001-04-02 12:35:52 +00:00
Sven Wischnowsky
369e172a85 moved from ./Test/55arguments.ztst 2001-04-02 12:35:48 +00:00
Sven Wischnowsky
9ade0d9092 moved to ./Test/Y03arguments.ztst 2001-04-02 12:35:40 +00:00