diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-03 07:51:53 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-08-03 07:51:53 +0000 |
commit | a23d39ce3801c00d686d3ea5c63f0b16545cda30 (patch) | |
tree | 6f3a552ba4a61e5a7628be686ed6f00575bcce98 /Doc/Zsh/options.yo | |
parent | 4f1aa826f5fb4d7f8dd9d76ab5c3f83934b148de (diff) | |
download | zsh-a23d39ce3801c00d686d3ea5c63f0b16545cda30.tar.gz zsh-a23d39ce3801c00d686d3ea5c63f0b16545cda30.tar.xz zsh-a23d39ce3801c00d686d3ea5c63f0b16545cda30.zip |
make binding of ^D be used in first column if ignoreeof is set and ^D is bound to a shell function widget (12494)
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index c63982ffe..7e0bba825 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -573,6 +573,11 @@ Do not exit on end-of-file. Require the use of tt(exit) or tt(logout) instead. However, ten consecutive EOFs will cause the shell to exit anyway, to avoid the shell hanging if its tty goes away. + +Also, if this option is set and the Zsh Line Editor is used, widgets +implemented by shell functions can be bound to EOF (normally +Control-D) without printing the normal warning message. This works +only for normal widgets, not for completion widgets. ) pindex(INC_APPEND_HISTORY) cindex(history, incremental appending to a file) |