about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-12-31 01:18:38 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-12-31 01:20:09 +0000
commit243c01822029ba9b99e7c9325cb56f98782522bb (patch)
tree5c1461340914e3b96943aa510a488e4c803ceab6
parentfcd13cdaaee9a29e56a36afd1df3935602b96e7a (diff)
downloadzsh-243c01822029ba9b99e7c9325cb56f98782522bb.tar.gz
zsh-243c01822029ba9b99e7c9325cb56f98782522bb.tar.xz
zsh-243c01822029ba9b99e7c9325cb56f98782522bb.zip
unposted: NEWS: Document how to disable paste highlighting.
This updates the 5.2 entry, note that 5.2 has been released already.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS7
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e219643d3..722bb6cc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-12-31  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: NEWS: Document how to disable paste highlighting.
+
 	* 37456: Src/Zle/zle_refresh.c: Have zle_highlight=(none)
 	disable paste highlighting
 
diff --git a/NEWS b/NEWS
index 3964da732..15822ad34 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,13 @@ The effect of the WARN_CREATE_GLOBAL option has been significantly
 extended, so expect it to cause additional warning messages about
 parameters created globally within function scope.
 
+Paste highlighting (added in 5.1) is now enabled by default to signal
+that accept-line hasn't occurred.  Paste highlighting may be disabled
+via
+  zle_highlight+=(paste:none)
+.  Disabling paste highlighting will retain the "bracketed paste"
+behaviour, unless that is separately disabled via zle_bracketed_paste.
+
 Changes from 5.1 to 5.1.1
 -------------------------