summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
AgeCommit message (Collapse)AuthorFilesLines
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson1-3/+6
2000-08-1412621: Avoid bad free.Bart Schaefer1-0/+2
2000-08-03make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky1-21/+31
bound to a shell function widget (12494)
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-3/+46
2000-07-19Call hend() with a NULL arg.Wayne Davison1-1/+1
2000-06-01Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer1-1/+1
disabled, but also for any shell running in an emacs buffer.
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-0/+3
failure of `print -s'.
2000-05-26disable vared if zle is not enabled (11566)Sven Wischnowsky1-0/+4
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky1-2/+0
(11523)
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-168/+390
some redundant close() calls; relocate a misplaced redirection.
1999-04-15Initial revisionTanaka Akira1-0/+907