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

17 commits

Author SHA1 Message Date
Oliver Kiddle
6aa15f57fd 52315: completion options update 2023-11-22 00:07:37 +01:00
Oliver Kiddle
e6fdd35a83 49150: consistently use singular form for headings on completion match groups 2021-07-09 00:23:52 +02:00
Oliver Kiddle
f4b2a03625 48952: expand octal codes for record separators in perl completion 2021-06-03 00:12:54 +02: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
Oliver Kiddle
fbcf719e28 32848: fix words array before using _normal for script arguments 2014-07-17 16:58:23 +02:00
Jun T
c8e5be9d0f 32823: complete file instead of Perl script after - 2014-06-30 20:07:04 +01:00
Simon Ruderich
7cfd2fcccd 29823: Completion/Unix/Command/_perl: Update for 5.14.1. 2011-10-22 19:47:10 +00:00
Clint Adams
9d17392c14 Patrick Schoenfeld: 26977: complete .t files for perl. 2009-05-22 02:01:05 +00:00
Bart Schaefer
b37952c37b Phil Pennock: 25854: fix Devel module completion for "perl -d:". 2008-10-15 06:17:39 +00:00
Doug Kearns
9f63db611a 21294: fix incorrectly capitalized completion descriptions 2005-06-01 10:02:28 +00:00
Oliver Kiddle
63b336243f 19387: add (-.) glob qualifier to globs where only files are directly applicable 2004-01-21 13:53:28 +00:00
Adam Spiers
5dfa9ad36a unposted: Completion/Unix/Command/_perl: allow completion of .PL files
(e.g. Makefile.PL).  Thanks to Marko Myllynen for the suggestion.
2003-08-19 22:03:02 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +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
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +00:00
Clint Adams
84c856aa00 14538: cleaner _perl_config_vars from Matt Zimmerman 2001-05-29 14:35:52 +00:00
Sven Wischnowsky
c352138cfa moved from Completion/User/_perl 2001-04-02 11:59:57 +00:00