1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00
Commit graph

6096 commits

Author SHA1 Message Date
Peter Stephenson
53d91ffdfd 26513: README: note ".." completion bug 2009-02-05 09:51:28 +00:00
Peter Stephenson
d16943d9a9 TBD: documentation of highlighting 2009-02-04 20:41:32 +00:00
Andrey Borzenkov
ae66040f86 26504: document that local_options does not restore everything 2009-02-01 08:52:47 +00:00
Clint Adams
debd4b826a 26494: completion for pydoc. 2009-01-30 16:29:06 +00:00
Clint Adams
4b2549e2f4 Ingmar Vanhassel: 26474: add "git describe --tags" completion and fix typos. 2009-01-29 18:10:45 +00:00
Clint Adams
8489d8eb01 Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit --allow-empty". 2009-01-29 18:09:26 +00:00
Clint Adams
2d61198457 Ingmar Vanhassel: 26472: complete "git add --intent-to-add". 2009-01-29 18:06:37 +00:00
Clint Adams
c1f0bf30a3 Ingmar Vanhassel: 26471: update "git rebase" completion. 2009-01-29 18:05:28 +00:00
Clint Adams
218a7258b4 Ingmar Vanhassel: 26470: update "git svn" completion. 2009-01-29 18:03:06 +00:00
Peter Stephenson
c53972be26 26485: _path_files with accept-exact-dirs could get path order wrong 2009-01-29 17:58:30 +00:00
Clint Adams
0b9e0fc3c5 Ingmar Vanhassel: 26469: complete "git clone --verbose". 2009-01-29 17:40:07 +00:00
Clint Adams
f958e846e4 Ingmar Vanhassel: 26468: "git stage" is now a synonym for "git add". git diff: --staged is a synonym for --cached. 2009-01-29 17:37:48 +00:00
Clint Adams
4ddc411d71 Ingmar Vanhassel: 26467: add "git remote rename" completion. 2009-01-29 17:34:27 +00:00
Clint Adams
9a2e1862e0 Jörg Sommer: 26453: complete modinfo -k. 2009-01-29 17:18:59 +00:00
Clint Adams
9f7fc4497a Jörg Sommer: 26452: drop completion of modinfo -f. 2009-01-29 17:16:45 +00:00
Clint Adams
4527d0dfff Jörg Sommer: 26451: use globbing to find available modules, now that modprobe -l is deprecated. 2009-01-29 17:14:53 +00:00
Clint Adams
844b8b33d3 26483: Completion/Unix/Command/_getfacl, Completion/Unix/Command/_setfacl: handle SGI's acl programs as well as Cygwin's. 2009-01-29 16:27:36 +00:00
Clint Adams
8b7a0fb104 ARGH 2009-01-29 16:06:48 +00:00
Clint Adams
8ac7193c23 unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to
Completion/Unix/Command.
2009-01-29 16:05:27 +00:00
Clint Adams
268357abc0 unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command. 2009-01-29 16:02:54 +00:00
Clint Adams
3bd094b1bc 26482: complete patch -U, --unified-reject-files, --global-reject-file. 2009-01-29 15:54:42 +00:00
Peter Stephenson
e92801a2c0 26466: suffix in certain matcher modes mishandled pattern 2009-01-29 11:08:04 +00:00
Peter Stephenson
af39a5ab1a 26463: Greg Klanderman: add zle-line-finish widget
26464: Greg Klanderman: fix insert-ids=single for menu completion
26465: Greg Klanderman: command keymap for execution
2009-01-28 09:31:53 +00:00
Peter Stephenson
7c43fb69bf 26448: add glob sort operators oe and o+ 2009-01-27 09:55:22 +00:00
Peter Stephenson
6f16f59b9f Greg Klanderman: 26439: Doc/Zsh/mod_system.yo: convert to subsystems 2009-01-26 09:49:38 +00:00
Andrey Borzenkov
665b7d1f93 26425: allow "emulate sh -c command" to eval command under sh emulation 2009-01-25 18:19:28 +00:00
Doug Kearns
7d8db3f1a3 26413: update ant completion for version 1.7.1 2009-01-24 15:07:20 +00:00
Doug Kearns
f99436b3a9 26411: update Cygwin completion functions 2009-01-24 13:59:21 +00:00
Clint Adams
fa322e5464 26407: patch to handle aptitude build-dep, from Sven Joachim. 2009-01-22 23:20:51 +00:00
Clint Adams
e23b86b716 26405: completion for xmms2, from Louis-David Mitterand. 2009-01-22 15:11:51 +00:00
Doug Kearns
a5260beedb unposted: Fix some typos in the development guide 2009-01-22 12:12:13 +00:00
Peter Stephenson
52bb631ccb 26373: initialise variable in menu completion in attempt to prevent crash 2009-01-20 10:42:08 +00:00
Doug Kearns
7361b28c9c 26372: update antiword completion for version 0.37 2009-01-20 02:04:27 +00:00
Peter Stephenson
46cdeb71b7 26366: add "isearch" keymap and "accept-search" functino 2009-01-19 17:57:43 +00:00
Peter Stephenson
8541ccb842 Doug Kearns: 26365: new python 3.0 options 2009-01-19 10:28:30 +00:00
Wayne Davison
e2b9d8d181 26362: avoid calling regfree() on uninitialized regex_t. 2009-01-19 08:26:21 +00:00
Wayne Davison
36375b5911 Fixed a few compiler warnings. 2009-01-19 08:00:15 +00:00
Doug Kearns
de41104d67 26361: update rake completion for version 0.8.3 2009-01-19 04:48:18 +00:00
Clint Adams
3cc4bf23a1 fix Doug's changelog date 2009-01-19 03:14:20 +00:00
Doug Kearns
351ebc1d09 26360: add --work-tree option to git completion 2009-01-19 02:58:06 +00:00
Peter Stephenson
fe3fb64472 26315: define ZSH_PATCHLEVEL to "unknown" if not found 2009-01-15 19:47:20 +00:00
Peter Stephenson
45bee14fec 26313: --enable-custom-patchlevel
unposted: WARN_CREATE_GLOBAL in tcp_log
2009-01-15 14:49:50 +00:00
Peter Stephenson
3af9307d14 Phil Pennock: 26312: Document no variables altered on failed match 2009-01-15 09:49:06 +00:00
Peter Stephenson
1f15613899 26304: Mikael Magnusson: change tense in link warning 2009-01-13 17:10:22 +00:00
Peter Stephenson
7e5d340abe 26393: turn off text attributes in refresh when deleting text 2009-01-13 16:05:46 +00:00
Peter Stephenson
0cf040f4bf Back off 26270 (accept-and-menu-complete).
Was causing memory corruption
2009-01-13 12:19:53 +00:00
Peter Stephenson
e7c9e03c58 26301: make zpty -r exit more cleanly on bad reads
add option -m to make zpty -r return status 1 if pattern failed to match
use this option in comptest
2009-01-13 12:09:26 +00:00
Peter Stephenson
e763f79b3f 26300: dont use "echo -n" for $ZSH_PATCHLEVEL 2009-01-13 10:13:02 +00:00
Peter Stephenson
883bdb5018 fix doc for 26272 2009-01-11 14:04:06 +00:00
Peter Stephenson
62b5cd65e9 fix doc for 26272 2009-01-11 14:03:24 +00:00