Peter Stephenson
7e5a7a9135
28237: new parameter ZLE_LINE_ABORTED
...
28241: don't list .safe with bindkey -lL
2010-09-08 12:32:32 +00:00
Peter Stephenson
ff955f61b4
28229: can list individual keymaps
2010-09-05 20:39:08 +00:00
Peter Stephenson
17dee17e4e
28227: improved documentation on keymaps
...
28226: improve bindkey -lL for aliased keymaps
2010-09-05 19:24:44 +00:00
Peter Stephenson
afc3a7c412
28202: unmetafy line for reversemenucomplete
2010-08-31 18:09:15 +00:00
Peter Stephenson
a15007fe64
28167: reset more variables on invalidating completion list
2010-08-15 18:40:04 +00:00
Peter Stephenson
8e5061d0c6
28160, 28164: fix redisplay problem after display reset
2010-08-13 08:52:06 +00:00
Peter Stephenson
80eee3a4a3
28122 (Frank) / 28139: add ZLE_STATE
2010-08-11 12:48:19 +00:00
Peter Stephenson
edcd71603d
Daiki Ueno: 28112: fix character width assignment
2010-08-02 09:02:30 +00:00
Peter Stephenson
9a17762b0c
users/15217: use top-level status when redrawing prompt
2010-07-31 19:36:53 +00:00
Peter Stephenson
a5a27ad5ec
<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.
...
Actually commit the code.
2010-07-29 11:08:28 +00:00
Peter Stephenson
278a892888
28102: use lstat() when checking ignore-parents
2010-07-26 14:00:46 +00:00
Peter Stephenson
443d873258
27926: fix completion suffix when inserting last word
2010-04-27 08:58:34 +00:00
Peter Stephenson
b16923b096
27812: display invalid bytes in multibyte characters specially
2010-03-22 19:46:53 +00:00
Peter Stephenson
08dec290d4
Fix ZLE access to pushed history line
2010-03-22 16:22:13 +00:00
Peter Stephenson
be2381eb52
27804: don't hang in isearch if invalid character found
2010-03-18 16:03:09 +00:00
Peter Stephenson
ec46ff026e
users/14732: Test X:/ rather than X: in Cygwin
2010-01-22 20:42:09 +00:00
Wayne Davison
693fd5b56e
Check the return value of all pipe(), read(), and write() calls.
...
Gets rid of all the remaining "ignoring return value" compiler
warnings, and makes some read/write operations safer by ensuring
that an EINTR is handled.
2009-12-16 18:39:06 +00:00
Peter Stephenson
7293565963
27479: prevent completions split across backslash-newline
...
from causing too much mayhem
2009-12-07 21:40:04 +00:00
Peter Stephenson
7bc089c6be
Mikael: 27453: highlighting for removable completion suffixes
...
27466: document it
2009-12-05 19:38:07 +00:00
Peter Stephenson
c969dea22f
27441: add "sa" for suffix alias completion highlighting
2009-11-30 17:26:47 +00:00
Bart Schaefer
6c48ef6b45
27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step
...
on sequentially earlier descriptions when completing for a word other than
the last word on the command line.
2009-11-21 06:51:14 +00:00
Peter Stephenson
c88fd11377
Holger Weiss: 57248: fix anchoring for vi searches
2009-09-06 21:37:14 +00:00
Peter Stephenson
c81ba09d8f
27218: don't unquote $line generated in comparguments for _arguments
2009-08-17 21:06:03 +00:00
Peter Stephenson
2237f7376e
users/14307: end of command line in completion with variant zsh syntax
2009-08-15 16:59:21 +00:00
Peter Stephenson
207acdfe89
27211: handle Cygwin device files & drives specially in compfiles
2009-08-05 10:14:53 +00:00
Peter Stephenson
55e4beb8d8
27085: add accept-search handling to scrollist keymap
2009-07-01 17:09:37 +00:00
Peter Stephenson
88d07936a2
27080: it wasnt possible to exit menu selection cleanly
2009-07-01 13:41:18 +00:00
Peter Stephenson
c18b6c2c99
26956: tidy up some zle variables for module unloading
...
note issue found on HP-UX
2009-05-11 09:03:25 +00:00
Peter Stephenson
6195160598
26984: ensure zle window sizes are reset with video data
2009-05-08 08:37:31 +00:00
Peter Stephenson
e61af474c1
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
2009-04-24 09:00:29 +00:00
Peter Stephenson
9b7d3a6e46
users/14041: bind : by default to execute-named-cmd in vicmd mode
2009-04-17 15:23:08 +00:00
Peter Stephenson
ea29159571
users/13902: make isearch return status useful
...
add LASTABORTEDSEARCH variable
2009-03-13 10:04:21 +00:00
Peter Stephenson
b7f4c91597
users/13903 fix vi search prompt and repeat
2009-03-13 09:58:14 +00:00
Peter Stephenson
84864d5780
26588: don't expand aliases in run-help
2009-02-20 21:49:56 +00:00
Peter Stephenson
4ae72f2255
Danek Duvall: 26571: Additions for Solaris
2009-02-14 18:11:44 +00:00
Peter Stephenson
e92801a2c0
26466: suffix in certain matcher modes mishandled pattern
2009-01-29 11:08:04 +00:00
Peter Stephenson
af39a5ab1a
26463: Greg Klanderman: add zle-line-finish widget
...
26464: Greg Klanderman: fix insert-ids=single for menu completion
26465: Greg Klanderman: command keymap for execution
2009-01-28 09:31:53 +00:00
Peter Stephenson
52bb631ccb
26373: initialise variable in menu completion in attempt to prevent crash
2009-01-20 10:42:08 +00:00
Peter Stephenson
46cdeb71b7
26366: add "isearch" keymap and "accept-search" functino
2009-01-19 17:57:43 +00:00
Peter Stephenson
7e5d340abe
26393: turn off text attributes in refresh when deleting text
2009-01-13 16:05:46 +00:00
Peter Stephenson
0cf040f4bf
Back off 26270 (accept-and-menu-complete).
...
Was causing memory corruption
2009-01-13 12:19:53 +00:00
Andrey Borzenkov
1a43616975
26270: allow accept-and-menu-complete work with _vallues as well
2009-01-09 20:54:35 +00:00
Andrey Borzenkov
ead23b1898
26247: fix compilation with -Werror=format-security
2009-01-05 11:14:53 +00:00
Peter Stephenson
851663282a
Greg Klanderman: 26159: fix appending of kills
2009-01-03 18:12:15 +00:00
Peter Stephenson
02f05d7462
26110: option to allow vared to open to an alternative terminal
2008-12-09 17:37:01 +00:00
Peter Stephenson
9503eaee5a
26116: didn't get updated properly for combining characters
2008-12-07 18:45:30 +00:00
Peter Stephenson
1e9b85e586
François Revol: some BeOS fixes
2008-11-18 10:14:35 +00:00
Peter Stephenson
14231691e1
26061: fix clash between process subst and numeric glob
...
26062: additional compmatch change, missed from 26047
2008-11-18 10:07:31 +00:00
Peter Stephenson
85c513894d
26047: convert lower levels of completion matching to use
...
multibyte strings and wide characters
2008-11-15 21:27:45 +00:00
Oliver Kiddle
dcd26714bb
26030: fix memory leak in vared
2008-11-12 12:59:07 +00:00