Felix Rosencrantz
|
6bd0c51366
|
workers-18440: add previously added cygwin completion functions to the completion module
|
2003-04-08 15:34:51 +00:00 |
|
Peter Stephenson
|
63de268fee
|
18378: fix lots of problems with $killring
|
2003-03-24 13:57:38 +00:00 |
|
Peter Stephenson
|
5660eb86ac
|
183818: memory leak in zle_params.c
|
2003-03-05 17:24:37 +00:00 |
|
Peter Stephenson
|
e0d2c9c0b3
|
18313: NULL pointer dereference if yank-pop after a single yank
|
2003-02-27 11:32:44 +00:00 |
|
Geoff Wing
|
8e50782a72
|
18306: fix redisplay of rprompt when line shortens
|
2003-02-27 02:37:29 +00:00 |
|
Peter Stephenson
|
4c149a8abc
|
18252: pass ignoreeof as flag to zleread
|
2003-02-17 14:06:39 +00:00 |
|
Peter Stephenson
|
06d25a35b0
|
18243: Nasty tty poll fix for Solaris
|
2003-02-14 19:03:08 +00:00 |
|
Oliver Kiddle
|
c1467e410d
|
18238: bashcompinit was not being installed with --enable-function-subdirs
|
2003-02-13 16:34:19 +00:00 |
|
Peter Stephenson
|
809ab19dff
|
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
options listpacked and listrowsfirst.
|
2003-02-06 10:29:30 +00:00 |
|
Peter Stephenson
|
778a73b027
|
18139: Improve $killring interface; can now change length. Empty
strings in $killring are ignored when yank-popping. Yank-popping
is more consistent about looping and using the original cutbuffer.
|
2003-01-27 14:54:31 +00:00 |
|
Peter Stephenson
|
1e7c463fd9
|
18059: allow compadd -r and -R with default space suffix
|
2003-01-13 10:32:03 +00:00 |
|
Felix Rosencrantz
|
e91067d966
|
17983: Added zle LASTSEARCJ parameter
|
2002-12-06 23:24:06 +00:00 |
|
Peter Stephenson
|
9634760d5e
|
17582: Improved option argument handling.
unposted: Updated version to 4.1.0-dev-6 because of interface change.
|
2002-08-27 21:10:30 +00:00 |
|
Sven Wischnowsky
|
de670cbb58
|
fix typo in comment (17569)
|
2002-08-20 15:21:54 +00:00 |
|
Sven Wischnowsky
|
1229d05c19
|
fix default completion module loading, use compctl if it hasn't been loaded already and no completion widgets have been defined (17567)
|
2002-08-20 12:28:05 +00:00 |
|
Sven Wischnowsky
|
273929e188
|
make sure invalidatelist() isn't called hwen we are inside menu selection and there's only one match left (17489)
|
2002-07-30 07:47:03 +00:00 |
|
Sven Wischnowsky
|
def8d4afda
|
remove qword, it isn't needed anymore (17439)
|
2002-07-08 09:03:04 +00:00 |
|
Sven Wischnowsky
|
135db923be
|
improve interactive mode when there are no matches left (alow to go back with undo) (17429)
|
2002-07-05 08:18:50 +00:00 |
|
Peter Stephenson
|
76c1e26713
|
17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered
|
2002-07-04 10:13:38 +00:00 |
|
Sven Wischnowsky
|
c2dd10edc9
|
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fix display problem with non-empty iprefix (17403)
|
2002-07-04 09:29:20 +00:00 |
|
Sven Wischnowsky
|
d98faffcaf
|
fix for interactive mode when menu selection is called via the menu-select widget (17394)
|
2002-07-03 07:59:53 +00:00 |
|
Peter Stephenson
|
1a1b108b34
|
17390: new zle parameters $PREDISPLAY, $POSTDISPLAY
|
2002-07-01 16:50:41 +00:00 |
|
Peter Stephenson
|
a18f020282
|
17384: new recursive-edit widget.
|
2002-07-01 09:54:47 +00:00 |
|
Sven Wischnowsky
|
053629183d
|
add new sepcial context -assign-parameter- for completing the parameter in an assignment (17387)
|
2002-07-01 08:25:15 +00:00 |
|
Sven Wischnowsky
|
d28f67623f
|
two new modes for menu selection: incremental search and interactive (17366)
|
2002-06-26 11:07:42 +00:00 |
|
Peter Stephenson
|
03105a5d6e
|
17360: more lenient accept-line-and-down-history behaviour
17361: more careful about NULL history entries in zle
|
2002-06-24 18:21:18 +00:00 |
|
Peter Stephenson
|
36765a58a6
|
17350: add $CUTBUFFER and $killring zle parameters
|
2002-06-24 09:51:59 +00:00 |
|
Peter Stephenson
|
b673918c0f
|
17304: tweak to tweak the tweaked tweak for zle -I in 17301
|
2002-06-07 18:04:06 +00:00 |
|
Peter Stephenson
|
37199039b2
|
17301: improve zle -I.
|
2002-06-07 10:57:24 +00:00 |
|
Peter Stephenson
|
9e97cfa052
|
17293: support poll() as preferred alternative to select() in zle
|
2002-06-06 09:04:46 +00:00 |
|
Peter Stephenson
|
9c8b79b993
|
17295: `zle -F' failed because of bad test
|
2002-06-05 21:12:08 +00:00 |
|
Sven Wischnowsky
|
5221570c4a
|
don't use optimised completion list display code after the list has been erased or we're not in menu selection anymore anyway (17286)
|
2002-06-05 07:49:02 +00:00 |
|
Sven Wischnowsky
|
b36344b6ba
|
follow-up to 17222, make the optimisation work for some more keys again (17237)
|
2002-05-27 07:41:07 +00:00 |
|
Sven Wischnowsky
|
9038bdb400
|
we have to disable 17219 for some keys because their code doesn't set up the variables we need (17222)
|
2002-05-24 15:02:32 +00:00 |
|
Sven Wischnowsky
|
205e07663f
|
make re-display in menu selection faster; redraw only the previously and newly selected matches (17219)
|
2002-05-24 08:50:10 +00:00 |
|
Sven Wischnowsky
|
9b5b330799
|
report option arguments to _arguments in the original form (17196)
|
2002-05-23 12:22:58 +00:00 |
|
Sven Wischnowsky
|
d786ca4438
|
allow multiple lines in option completion lists to share the same description, for (hopefully) cleaner displays (17212)
|
2002-05-23 12:15:03 +00:00 |
|
Peter Stephenson
|
afe1b00e16
|
17141 plus mods: add `zle -F fd handler' feature.
|
2002-05-21 11:10:13 +00:00 |
|
Sven Wischnowsky
|
5a89ede77b
|
fix for file-type-tests in nested quotes and don't count space file-type-character (17195)
|
2002-05-21 08:07:51 +00:00 |
|
Sven Wischnowsky
|
12f253e7e6
|
improve calculation of used columns for match-max-length (17194)
|
2002-05-21 08:04:34 +00:00 |
|
Sven Wischnowsky
|
654c4ab4ff
|
fix for completion in nested quotes where the sub-word ends in a backslash (17192)
|
2002-05-21 07:47:34 +00:00 |
|
Sven Wischnowsky
|
d4ec8d06bf
|
avoid printing in the last screen column when preparing a completion listing with compdescribe (17190)
|
2002-05-21 07:39:40 +00:00 |
|
Sven Wischnowsky
|
cd50acd08d
|
follow-up to 17135, backslash-quoted backslashes in double quotes weren't right, yet (17163)
|
2002-05-15 07:40:33 +00:00 |
|
Sven Wischnowsky
|
b0e4b61a82
|
allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147)
|
2002-05-14 08:01:12 +00:00 |
|
Sven Wischnowsky
|
0cfe1b30be
|
fix for unquoting with `compset -q' with singly and doubly quoted strings (17135)
|
2002-05-13 09:31:59 +00:00 |
|
Andrey Borzenkov
|
e484b0f83c
|
17075, 17076: _urpmi and chkconfig/services
|
2002-05-08 09:18:12 +00:00 |
|
Sven Wischnowsky
|
ed98c0bed8
|
fix two memory leaks (found by Felix): pre-compiled patterns when re-defining styles and compredirs-copies in comp_wrapper() (17029)
|
2002-04-24 07:59:17 +00:00 |
|
Sven Wischnowsky
|
f78df94c6a
|
make compvalues unquote the string from the line like comparguments does (16998)
|
2002-04-17 07:28:17 +00:00 |
|
Sven Wischnowsky
|
e9a2060fe9
|
treat backslashed bangs in double quotes specially in get_comp_string(), they are more like $s there (16990)
|
2002-04-16 07:53:13 +00:00 |
|
Sven Wischnowsky
|
45f9a36216
|
remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819)
|
2002-03-13 09:28:04 +00:00 |
|