Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -15/+32 |
| | | | | 20823: Debugging test in stat wrong for 64-bit systems | ||||
* | 20752: fix access to ZLE parameters | Peter Stephenson | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -92/+92 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | When downline() calls upline() or visa versa (due to a negative zmult), | Wayne Davison | 2004-08-24 | 1 | -2/+2 |
| | | | | | the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others. | ||||
* | 20219: make zle parameter HISTNO writeable | Peter Stephenson | 2004-07-29 | 1 | -0/+2 |
| | | | | add history-pattern-search widget | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -11/+11 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | 19553: rename c in zle to lastchar | Peter Stephenson | 2004-03-08 | 1 | -12/+12 |
| | |||||
* | 19456: Fix ptmx tests, again. | Peter Stephenson | 2004-02-20 | 1 | -1/+2 |
| | |||||
* | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 2002-12-06 | 1 | -2/+8 |
| | |||||
* | 17360: more lenient accept-line-and-down-history behaviour | Peter Stephenson | 2002-06-24 | 1 | -16/+26 |
| | | | | 17361: more careful about NULL history entries in zle | ||||
* | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 2002-03-05 | 1 | -23/+115 |
| | | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line. | ||||
* | Fixed doisearch() to not switch lines unless zlereadflags has | Wayne Davison | 2001-09-17 | 1 | -1/+2 |
| | | | | ZLRF_HISTORY set. | ||||
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 1 | -2/+4 |
| | | | | examine the current selection. | ||||
* | 145??: fix thinko | Clint Adams | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | 145??: repeat last vi history search if search string is blank | Clint Adams | 2001-05-29 | 1 | -2/+10 |
| | |||||
* | Fixed acceptandinfernexthistory() to work when called repeatedly. | Wayne Davison | 2001-05-26 | 1 | -373/+433 |
| | | | | | | | Also changed it to not accept the line if the infer fails. Ignore transient edits in the history when searching for an inference and grabbing the next line (affecting acceptandinfernexthistory(), infernexthistory(), and acceptlineanddownhistory()). | ||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+1139 |