1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-31 23:31:03 +02:00
Commit graph

36 commits

Author SHA1 Message Date
Oliver Kiddle
e6fdd35a83 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Eric Cook
99cf61fd42 42171: prevent parameters of various parameters from becoming global 2018-01-02 14:38:03 -05:00
Daniel Shahaf
7ad0001183 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset -P' calls to use shortest match where applicable, plus random drive-by tweaks.
Found by grepping for patterns that can match needles of various lengths:

    :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
2016-10-07 13:56:31 +00:00
Doug Kearns
2162c1a2d2 unposted: remove unused parameter 2016-06-14 22:00:29 +10:00
Barton E. Schaefer
33b3958064 34068: create tempfiles without forking, and safe temp directory creation 2014-12-28 00:49:08 -08:00
Doug Kearns
d455c70fde 28052: remove duplicated completion of the cvs version subcommand 2010-06-22 02:20:44 +00:00
Peter Stephenson
a46bb7f49d 25131: typo with b:zstat loading zstat 2008-06-03 09:30:56 +00:00
Peter Stephenson
298eb1a82c N.J.Mann: users/12420: completion for cvs commit -f 2008-01-11 21:06:28 +00:00
Peter Stephenson
b0c5f09169 see 23479: add initial features support for modules 2007-05-28 22:57:39 +00:00
Peter Stephenson
def23b6dd1 22011: Mårten Svantesson <msv@kth.se>: cvs -R is generally available 2005-11-22 15:13:05 +00:00
Bart Schaefer
0763d76e2d 21369: assign to array with "builtin stat"
rather than parsing its stdout
2005-08-15 03:30:22 +00:00
Oliver Kiddle
af31bd1741 Joerg Sonnenberger: 21252: Dragonfly BSD support 2005-05-11 09:27:05 +00:00
Clint Adams
417c52e243 * 19673: Peter Palfrader: Completion/Unix/Command/_cvs:
tags can contain the + character.
----------------------------------------------------------------------
2004-03-22 23:43:36 +00:00
Oliver Kiddle
6715bc154e fix _cvs quoting bug, new _cdrecord and remove _archie (archie servers are gone) 2003-08-05 10:17:13 +00:00
Oliver Kiddle
b84399b9cb tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
Doug Kearns
088f324ad4 unposted: remove initial capitalisation from option descriptions 2003-07-16 01:44:15 +00:00
Peter Stephenson
33aca1ff6c 19696: quoting of existing CVS-managed files was wrong 2003-07-03 11:34:56 +00:00
Peter Stephenson
78b02d9c03 18512: fix 18508 properly this time. 2003-05-08 10:30:45 +00:00
Doug Kearns
aa09c3c859 unposted: remove initial capitalisation from some descriptions 2003-03-12 04:43:46 +00:00
Oliver Kiddle
bb9a84d4c4 add descriptions for keyword substitutions 2002-09-06 15:39:26 +00:00
Tanaka Akira
adfd162709 * 17459: Completion/Unix/Command/_cvs: exclude file which have
RCS kflags for cvs add.
2002-07-16 04:47:47 +00:00
Clint Adams
b66a4a262f 17234: don't call _path_files with empty (). 2002-05-26 19:22:42 +00:00
Clint Adams
53ec91769c 17225: $=CVSIGNORE instead of $CVSIGNORE 2002-05-25 23:04:02 +00:00
Clint Adams
c08e0636e8 17211: respect $CVSIGNORE. 2002-05-23 06:23:34 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Clint Adams
ff494e0299 16847: complete multiple -j's after cvs update. 2002-03-17 05:15:35 +00:00
Felix Rosencrantz
2d35fd6ab0 Fixed some problems with _cvs and flags. Fixed _perl to complete a script
args with _normal.
2002-02-04 06:25:35 +00:00
Bart Schaefer
31634c24e7 users/4483: with "cvs add" et al., complete names of locally removed (but
not committed) files.
2002-01-06 01:08:16 +00:00
Oliver Kiddle
68a8685146 share descriptions for long/short opts in more completions and other changes 2001-08-06 14:42:02 +00:00
Peter Stephenson
0822510626 15507: new zcalc function
15508: cvs tag didn't complete tags despite it's claim.
2001-07-27 11:34:46 +00:00
Sven Wischnowsky
40f6510196 add support for -R option (15402) 2001-07-18 07:06:59 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Tanaka Akira
851f32f14a * 14377: Completion/Unix/Command/_cvs: support new .cvspass format
introduced by cvs-1.11.1.
2001-05-17 18:21:06 +00:00
Tanaka Akira
7eb1577bd1 * 14295: Completion/Unix/Command/_cvs: support new cvs subcommands
`rannotate' and `rlog' introduced by cvs-1.11.1.
2001-05-10 09:19:33 +00:00
Bart Schaefer
f8f6c27650 Path prefix completion for cvs subcommands. 2001-05-04 17:16:54 +00:00
Sven Wischnowsky
ef4bb3827e moved from Completion/User/_cvs 2001-04-02 11:47:28 +00:00