summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_hist.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-17Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison1-1/+2
ZLRF_HISTORY set.
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-2/+4
examine the current selection.
2001-05-29145??: fix thinkoClint Adams1-1/+1
2001-05-29145??: repeat last vi history search if search string is blankClint Adams1-2/+10
2001-05-26Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison1-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()).
1999-04-15Initial revisionTanaka Akira1-0/+1139