about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-04-28 08:55:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-04-28 08:55:35 +0000
commitedc01c0455e894f0ba3ff1caa5b545110271d3ac (patch)
treeb20cb1d67c9788a0a5fff227f3b73366a2d13889 /Doc/Zsh/options.yo
parent443d873258f7749c32813073dc8b508ab6f08a7a (diff)
downloadzsh-edc01c0455e894f0ba3ff1caa5b545110271d3ac.tar.gz
zsh-edc01c0455e894f0ba3ff1caa5b545110271d3ac.tar.xz
zsh-edc01c0455e894f0ba3ff1caa5b545110271d3ac.zip
Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 23989c76b..e77ead1d5 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -829,7 +829,8 @@ cindex(history, ignoring spaces)
 item(tt(HIST_IGNORE_SPACE) (tt(-g)))(
 Remove command lines from the history list when the first character on
 the line is a space, or when one of the expanded aliases contains a
-leading space.
+leading space.  Only normal aliases (not global or suffix aliases)
+have this behaviour.
 Note that the command lingers in the internal history until the next
 command is entered before it vanishes, allowing you to briefly reuse
 or edit the line.  If you want to make it vanish right away without