about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-03-29 21:35:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-03-29 21:35:39 +0000
commitaf8a88e4f5c3ffe5a9d8005709e94b641bc21261 (patch)
tree4de7cec4341768e9209bd00bea48959233646a9a /INSTALL
parent6bddc704e8355313593875446e6b0b3903d4c304 (diff)
downloadzsh-af8a88e4f5c3ffe5a9d8005709e94b641bc21261.tar.gz
zsh-af8a88e4f5c3ffe5a9d8005709e94b641bc21261.tar.xz
zsh-af8a88e4f5c3ffe5a9d8005709e94b641bc21261.zip
23248: Completion listing problem with lines nearly screen width
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7f604a27a..783aea57c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -326,6 +326,9 @@ This enables the builtin "hashinfo".
 To add some sanity checks and generate debugging information for debuggers
 you can use the following option.  This also disables optimization.
  --enable-zsh-debug            # use it if you want to debug zsh
+In this mode, zsh may output extra information about internal errors
+to stderr.  The shell variable ZSH_DEBUG_LOG may be set to another file
+to which errors will be appended.
 
 Startup/shutdown files
 ----------------------