Your message dated Sun, 4 May 2008 02:17:50 -0400
with message-id <[EMAIL PROTECTED]>
has caused the report #424033,
regarding [vim] <Esc> in 'pastetoggle' no longer works
to be marked as having been forwarded to the upstream software
author(s) Bram Moolenaar <[EMAIL PROTECTED]>
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
424033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424033
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Bram,
The way the parsing of keys for 'pastetoggle' seems to have changed from
7.0 to 7.1. In the reported bug, the user had
':set pastetoggle=<Esc>,p' and it was confirmed to work with 7.0.235.
Since 7.1 though, setting 'pastetoggle' to a value that contains more
than one key doesn't cause the value of the 'paste' option to change.
Here's a simple example to test:
vim -u NONE -N
:set pt=j paste? " echoes nopaste
j
:set pt=jj paste? " echoes paste
jj " screen flashes to indicate an error
:set paste? " echoes paste
--
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
--- End Message ---