about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
Commit message (Collapse)AuthorAgeFilesLines
* 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