Bram,

Given the following command sequence:

  vim -u NONE
  :put! =repeat('a', &columns)
  :put =repeat('b', &columns)
  kA<C-k>"a

The first character of the 2nd line will be displayed as a " instead of
a b.  This holds true for any character that is used as the first
character for the digraph key sequence, whether or not it actually
composes into a character (e.g., <C-k>AB will display the A).  Issuing a
<C-l> or :redraw does not fix the display problem.  A :redraw! will.

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to