Sven Wischnowsky
|
32f8d43b61
|
fix comparison of expansions with expanded prefix (missing quoting) (13833)
|
2001-03-29 08:59:48 +00:00 |
|
Bart Schaefer
|
d1314ec01a
|
Handle quoted whitespace in glob expansions.
|
2001-03-11 19:30:42 +00:00 |
|
Sven Wischnowsky
|
8ff6a955fe
|
Peter:13427: filename-quoting fix in _expand
|
2001-02-02 08:18:49 +00:00 |
|
Sven Wischnowsky
|
adf7965951
|
add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960)
|
2000-10-11 12:19:23 +00:00 |
|
Sven Wischnowsky
|
e1fb97ee44
|
follow-up to 12942, only a missing redirection (12948)
|
2000-10-10 15:06:30 +00:00 |
|
Sven Wischnowsky
|
ae4ba457c4
|
temporarily remove global aliases to avoid error message inside the evals (12942)
|
2000-10-10 09:00:15 +00:00 |
|
Sven Wischnowsky
|
cb4bb129dd
|
more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917)
|
2000-10-06 13:01:51 +00:00 |
|
Bart Schaefer
|
430e294795
|
Fiddle with _expand_word and its doc.
|
2000-09-21 05:16:21 +00:00 |
|
Sven Wischnowsky
|
5c90cf1a51
|
more fixes for completion of special characters (quoting) (12565)
|
2000-08-08 10:32:47 +00:00 |
|
Sven Wischnowsky
|
55b07cb525
|
quoting
|
2000-08-03 13:35:43 +00:00 |
|
Bart Schaefer
|
f303f2ea63
|
Belatedly fold in 12162, to replace command subst with eval.
|
2000-07-26 09:16:13 +00:00 |
|
Sven Wischnowsky
|
41404fb6c7
|
add some $(print...)s because of possible math-parse errors (12156)
|
2000-07-04 08:07:24 +00:00 |
|
Bart Schaefer
|
4ed8c26c50
|
12133: Protect completion system from stray error output and assorted fatal
errors when expanding strings taken from the command line.
|
2000-07-02 17:21:54 +00:00 |
|
Sven Wischnowsky
|
4bf681950b
|
don't expand partially typed parameter expansions (12118)
|
2000-06-29 08:09:45 +00:00 |
|
Sven Wischnowsky
|
d15f36ab5b
|
change suffix style to still do expansion if the suffix contains something to expand (12115)
|
2000-06-29 07:10:31 +00:00 |
|
Sven Wischnowsky
|
806e8aa6af
|
quote brace-strings (12113)
|
2000-06-29 06:59:00 +00:00 |
|
Sven Wischnowsky
|
1c710d4627
|
make history completion use I{PREF,SUF}FIX (12011)
|
2000-06-21 08:05:28 +00:00 |
|
Sven Wischnowsky
|
a295e82c1e
|
allow _expand to expand braces; better detection of braces to complete in C (11973)
|
2000-06-19 09:55:31 +00:00 |
|
Sven Wischnowsky
|
0b892d4492
|
zstyle -e option; change math-styles to boolean ones; change defaults for _expand styles (11937)
|
2000-06-16 07:31:09 +00:00 |
|
Oliver Kiddle
|
545c064770
|
Handle new suffix style with arrays (11903)
|
2000-06-14 16:12:13 +00:00 |
|
Sven Wischnowsky
|
428abf6455
|
new style `suffix'; use accept-exact style in _expand (?)
|
2000-06-13 11:26:07 +00:00 |
|
Sven Wischnowsky
|
0526e9b5c7
|
trying to improve _expand; new keep-prefix style, add-space gives more control (11815)
|
2000-06-08 08:39:50 +00:00 |
|
Sven Wischnowsky
|
423543d389
|
make _expand ignore empty expansions (11777)
|
2000-06-06 13:04:10 +00:00 |
|
Sven Wischnowsky
|
fd25b24df6
|
use compadd -[ak] (11549)
|
2000-05-31 09:38:25 +00:00 |
|
Sven Wischnowsky
|
007cfdff55
|
fix for a-a-m-c in menu selection; scroll explanations onto screen again (11487)
|
2000-05-22 08:47:30 +00:00 |
|
Sven Wischnowsky
|
aa17f0db6d
|
fix scrolling in menu-selection with matches spanning multiple lines
|
2000-05-16 10:45:01 +00:00 |
|
Sven Wischnowsky
|
bedd4cf2c5
|
make _expand call _complete when called from _expand_word; add ignore-line style to ignore words already on the line (11244)
|
2000-05-08 08:44:52 +00:00 |
|
Sven Wischnowsky
|
92637abbb8
|
misc. completion cleanups and changes (11242)
|
2000-05-08 08:16:32 +00:00 |
|
Sven Wischnowsky
|
0d6350d65a
|
remove backslashes before $' in _expand when substitute' is unset; fix for clearing end-of-list lines in menu-selection (11110)
|
2000-05-03 11:52:00 +00:00 |
|
Bart Schaefer
|
966eca4ad8
|
11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate
some redundant close() calls; relocate a misplaced redirection.
|
2000-05-02 15:52:43 +00:00 |
|
Sven Wischnowsky
|
753cc6b22a
|
completion cleanup, mostly _wanted and $expl (11049)
|
2000-05-02 08:23:31 +00:00 |
|
Bart Schaefer
|
7e5ee56443
|
don't fail on nonexistent ~/.nedit file.
|
2000-05-01 18:14:08 +00:00 |
|
Sven Wischnowsky
|
6623bb41b9
|
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand use them to be able to expand $foo (10909)
|
2000-04-25 10:28:11 +00:00 |
|
Sven Wischnowsky
|
c9bedcd989
|
default values for styles in _expand_word, listing expansions with ^Xd, _expand uses add-space style (10854)
|
2000-04-20 08:04:56 +00:00 |
|
Peter Stephenson
|
e025336f2f
|
Updated from list as far as 10376
|
2000-04-01 20:43:43 +00:00 |
|
Tanaka Akira
|
e74702b467
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|