1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 11:06:17 +02:00

unposted: NEWS: Document how to disable paste highlighting.

This updates the 5.2 entry, note that 5.2 has been released already.
This commit is contained in:
Daniel Shahaf 2015-12-31 01:18:38 +00:00
parent fcd13cdaae
commit 243c018220
2 changed files with 9 additions and 0 deletions

View File

@ -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

7
NEWS
View File

@ -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
-------------------------