about summary refs log tree commit diff
path: root/Src/Zle/zle_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer2000-06-011-1/+1
| | | | disabled, but also for any shell running in an emacs buffer.
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-0/+3
| | | | failure of `print -s'.
* disable vared if zle is not enabled (11566)Sven Wischnowsky2000-05-261-0/+4
|
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-2/+0
| | | | (11523)
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-168/+390
| | | | some redundant close() calls; relocate a misplaced redirection.
* Initial revisionTanaka Akira1999-04-151-0/+907