1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
Commit graph

6207 commits

Author SHA1 Message Date
Wayne Davison
3fea34321b Modify .gitignore to match .cvsignore change. 2009-04-18 00:27:46 +00:00
Peter Stephenson
9b7d3a6e46 users/14041: bind : by default to execute-named-cmd in vicmd mode 2009-04-17 15:23:08 +00:00
Peter Stephenson
71c30e6481 unposted: change version to 4.3.9-dev-2 2009-04-17 15:13:20 +00:00
Peter Stephenson
126dbe29c7 Jesse W: 26840: texi2html instructions 2009-04-17 13:14:45 +00:00
Peter Stephenson
6f2e86514a unposted: _mdmadm -> _mdadm 2009-04-16 12:52:28 +00:00
Peter Stephenson
6b617801d0 26839: add --node-files option to texi2html 2009-04-16 10:17:23 +00:00
Peter Stephenson
9961acc566 Alexey I. Froloff: 26830: stripping of manual page suffixes in completion 2009-04-16 10:03:25 +00:00
Peter Stephenson
28dac24fc6 Evgenii Terechkov: 26831: filter out redundant information in _screen 2009-04-16 10:02:00 +00:00
Peter Stephenson
29684e7c81 26829: Alexey I. Froloff: _rsync miscounts fields 2009-04-16 10:00:26 +00:00
Peter Stephenson
4fdb6c2352 Tomasz Pala: users/14030,14031,14032: Linux completion updates 2009-04-16 09:25:34 +00:00
Peter Stephenson
87a727ca39 Bart: 26822: infinite loop in variable completion looking for subscript 2009-04-07 09:48:56 +00:00
Peter Stephenson
f56ccae96c Bart: 26822: infinite loop in variable completion looking for subscript 2009-04-07 09:26:17 +00:00
Peter Stephenson
8dd8067f13 Frank Terbeck: 26816 to 26820: VCS_Info updates 2009-04-06 19:19:08 +00:00
Peter Stephenson
b148a56869 26806 (doc tweaked): Add CORRECT_IGNORE variable 2009-04-06 09:06:35 +00:00
Clint Adams
5f26203583 Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" completion. 2009-04-04 14:53:01 +00:00
Peter Stephenson
1e7c14ee35 26801: add completion for calendar function
add tracking of precommand modifiers that are in effect
2009-04-01 10:57:10 +00:00
Peter Stephenson
7df454402c 26797: yet more changes to posix_aliases information 2009-03-26 15:21:39 +00:00
Peter Stephenson
aa529d0032 26795: further warning in POSIX_ALIASES 2009-03-26 09:53:21 +00:00
Peter Stephenson
d5c5a1f987 26783: new _user_expand completer 2009-03-25 13:27:58 +00:00
Peter Stephenson
418671fdb0 Jon Strait: 26778, 26781: extra options for PCRE matching 2009-03-25 11:29:11 +00:00
Peter Stephenson
aa3942d2d1 Michael Hwang: 26776: improved column alignment with print -c -P 2009-03-25 09:51:43 +00:00
Peter Stephenson
89d979e1bc 26774: cd to $HOME on failure in preference to / 2009-03-24 16:13:12 +00:00
Peter Stephenson
9defc9850d 26772: better error handling and fix runaway chdir on failed cd 2009-03-24 12:52:07 +00:00
Peter Stephenson
ee71aa006e 26769: fix finger trouble in 26767 2009-03-24 12:14:19 +00:00
Peter Stephenson
3e1e46e9d2 26748: c modifier to add command path 2009-03-23 12:17:32 +00:00
Peter Stephenson
4b2ad07d39 26767: fix file descriptor leak in 26763 2009-03-23 10:58:56 +00:00
Peter Stephenson
28a809886d 26763: fix problem on failed cd -s to relative path 2009-03-20 22:52:56 +00:00
Peter Stephenson
249148d765 tidy up from 26625 2009-03-20 20:52:13 +00:00
Peter Stephenson
06e22c9370 Bart: 26761: typo in realpath() check 2009-03-20 10:36:06 +00:00
Peter Stephenson
9cc93fe728 Mikael: 26759: missing here-document terminator 2009-03-19 16:56:05 +00:00
Peter Stephenson
43c1f052ce 26756: handle completion following :s modifier 2009-03-19 16:13:48 +00:00
Peter Stephenson
cb6856d115 26754: tweak zgetdir() and test for realpath() 2009-03-19 15:00:18 +00:00
Peter Stephenson
9e1a3e6d06 26752: fix ../ removal and metafication in :a and :A modifers 2009-03-18 19:38:38 +00:00
Peter Stephenson
59d84accb3 Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning 2009-03-18 10:20:35 +00:00
Peter Stephenson
672923e282 Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning 2009-03-18 09:47:54 +00:00
Peter Stephenson
1d025a2bb9 26746: tweak history modifier completion 2009-03-17 10:03:23 +00:00
Wayne Davison
02710fd704 A few more .gitignore improvements. 2009-03-16 22:04:41 +00:00
Peter Stephenson
b0fde52d53 26744: completion of history modifiers in normal command line arguments 2009-03-16 18:29:38 +00:00
Bart Schaefer
14e7096982 users/13937, users/13939: configure.ac, Src/jobs.c: check for
and if available use setproctitle() for "jobs -Z".
2009-03-16 05:20:36 +00:00
Peter Stephenson
7733ade831 Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiers
26736: document the above
2009-03-15 01:17:05 +00:00
Wayne Davison
bf25c3a43f 26735: Check some function return values for failures. Gets rid of
some compiler warnings, and improves error handling/notification.
2009-03-15 01:04:50 +00:00
Peter Stephenson
f0bcd0ecd0 users/13910: spawnjob() should output to tty 2009-03-14 20:30:09 +00:00
Peter Stephenson
236ae30e25 26699: dependencies for config.modules 2009-03-14 18:27:05 +00:00
Wayne Davison
ea67f50064 Adding .gitignore for the mirrored git repo. 2009-03-14 07:17:57 +00:00
Bart Schaefer
a17972b078 26713: Completion/Zsh/Type/_globflags: add #autoload 2009-03-13 15:00:09 +00:00
Bart Schaefer
8fdc1694d1 26713: add #autoload 2009-03-13 14:59:29 +00:00
Peter Stephenson
ea29159571 users/13902: make isearch return status useful
add LASTABORTEDSEARCH variable
2009-03-13 10:04:21 +00:00
Peter Stephenson
1f37225708 26723: centralise test for matching glob qualifiers in file completion 2009-03-13 09:59:58 +00:00
Peter Stephenson
b7f4c91597 users/13903 fix vi search prompt and repeat 2009-03-13 09:58:14 +00:00
Geoff Wing
c6d43a07f7 update LICENCE year to 2009 2009-03-13 04:46:47 +00:00