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

25 commits

Author SHA1 Message Date
Oliver Kiddle
40d5200c8b 52552: newer Java supports passing source files directly to java 2024-02-22 19:07:01 +01:00
Stephane Chazelas
0577dafcaa Protect some :s from history modifier expansion 2023-06-06 09:22:18 +01:00
Oliver Kiddle
a9386df558 49319: completion options update 2021-08-29 17:08:34 +02:00
dana
29222ca186 44080: Completion: Fix several option-description typos 2019-02-26 01:21:29 -06:00
Fabian Klotzl
7276d04934 40808: fix typos where (x,y) should have been (x y) in _arguments syntax 2017-03-09 20:29:27 -08:00
Oliver Kiddle
370b278565 39890: typo corrections in completion functions 2016-11-09 16:55:14 +01: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
bf098bc29e 35529: fix filename completion after java -jar 2015-06-23 03:24:49 +02:00
Mikael Magnusson
ba88c42a5b 30490: _java: -keystore takes a file argument, so complete files 2013-03-10 12:38:18 +00:00
Oliver Kiddle
0ba8ae87ea 21315: make completion functions give precendence to descriptions passed as
parameters and cleanup descriptons in calling functions
2005-06-08 12:45:24 +00:00
Doug Kearns
f1846d402b 20571: update javac completion for J2SE 5.0 2004-11-20 17:35:00 +00:00
Doug Kearns
060e8f4eed 19468: capitalize URL abbreviation in completion descriptions 2004-02-26 12:57:21 +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
Doug Kearns
7209f6be5a 18872: update javac completion for SDK 1.4.x and rename serialvar to serialver 2003-07-21 07:29:57 +00:00
Oliver Kiddle
a267832ddf 18631: returning too early breaks prefix-needed style set to false 2003-06-25 09:03:04 +00:00
Oliver Kiddle
01e67ec323 fix completions of locales on Linux, complete for more commands using
existing completions and more improvements to sccs completion
2003-03-12 18:55:12 +00:00
Oliver Kiddle
070db3c678 18246: minor updates 2003-02-17 10:20:24 +00:00
Oliver Kiddle
043c302261 17577: pass classpath as an option to _java_class 2002-08-24 19:19:14 +00:00
Felix Rosencrantz
b3e7ac2f75 Modified _java to use _java_class. 2002-04-16 14:15:33 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Oliver Kiddle
d7822305b4 16461: a number of minor completion function updates 2002-01-16 16:29:51 +00:00
Oliver Kiddle
17502f6eb2 add missing description argument in _values calls (16366) 2001-12-19 15:10:38 +00:00
Oliver Kiddle
56528ccb66 spelling corrections 2001-05-29 17:54:08 +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
Sven Wischnowsky
9e430083a5 moved from Completion/User/_java 2001-04-02 11:54:34 +00:00