about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/Zle/zle_utils.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24c1396bb..4c1c88a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-06  Oliver Kiddle  <opk@zsh.org>
+
+	* 33624: Src/Zle/zle_utils.c: keep region active when widget fails
+
 2014-11-07  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 33607: Src/Modules/attr.c: Fix some minor problems in zattr module
diff --git a/Src/Zle/zle_utils.c b/Src/Zle/zle_utils.c
index e95a34b95..03a2bdca7 100644
--- a/Src/Zle/zle_utils.c
+++ b/Src/Zle/zle_utils.c
@@ -1365,7 +1365,6 @@ int
 handlefeep(UNUSED(char **args))
 {
     zbeep();
-    region_active = 0;
     return 0;
 }