about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-19 07:55:42 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-24 08:18:28 +0000
commitb3a88a53d379d6b59ccee468723a034f65fd757d (patch)
treeed71d19a6beb3575fd01f4987f0b4fb112c85076 /README
parentc0f95d07e7be34a30047a8202aeb01b864600151 (diff)
downloadzsh-b3a88a53d379d6b59ccee468723a034f65fd757d.tar.gz
zsh-b3a88a53d379d6b59ccee468723a034f65fd757d.tar.xz
zsh-b3a88a53d379d6b59ccee468723a034f65fd757d.zip
39982: $SPROMPT: Don't accept a spelling correction at space/tab.
The patch also downscopes a couple of local variables, with no
functional change.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 855e76492..568f1ad6c 100644
--- a/README
+++ b/README
@@ -116,6 +116,11 @@ are output as "export" commands unless the parameter is also local, and
 other parameters not local to the scope are output with the "-g" option.
 Previously, only "typeset" commands were output, never using "-g".
 
+8) At spelling-correction prompt ($SPROMPT), where the choices offered are
+[nyae], previously <Enter> would be accepted to mean [N] and <Space> and
+<Tab> would be accepted to mean [Y].  Now <Space> and <Tab> are invalid
+choices: typing either of them remains at the prompt.
+
 Incompatibilities between 5.0.8 and 5.2
 ---------------------------------------