about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
Commit message (Collapse)AuthorAgeFilesLines
* 17983: Added zle LASTSEARCJ parameterFelix Rosencrantz2002-12-061-2/+8
|
* 17360: more lenient accept-line-and-down-history behaviourPeter Stephenson2002-06-241-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 Stephenson2002-03-051-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 hasWayne Davison2001-09-171-1/+2
| | | | ZLRF_HISTORY set.
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-2/+4
| | | | examine the current selection.
* 145??: fix thinkoClint Adams2001-05-291-1/+1
|
* 145??: repeat last vi history search if search string is blankClint Adams2001-05-291-2/+10
|
* Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison2001-05-261-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 revisionTanaka Akira1999-04-151-0/+1139