summaryrefslogtreecommitdiff
path: root/Functions/Zle/copy-earlier-word
AgeCommit message (Collapse)AuthorFilesLines
2008-07-07unposted: fix warn_create_global warnings in copy-earlier-wordPeter Stephenson1-1/+3
2003-01-2718143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer1-3/+8
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-0/+19
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.