Re: Bug report: mapping fails wit h a few characters (i.e.: « :im ap ’ foo » fails)

2007-03-02 Thread A.J.Mechelynck
Bram Moolenaar wrote: [...] How can you tell if the mapping works or not? You can see what a key actually produces with CTRL-V . So when you type :imap CTRL-V foo Where CTRL-V is one key and is the mapped key. Does the mapping still not work? When I type :map! “ - where

Re: Bug report: mapping fails wit h a few characters (i.e.: « :im ap ’ foo » fails)

2007-03-02 Thread A.J.Mechelynck
thomas wrote: 2007/3/2, A.J.Mechelynck <[EMAIL PROTECTED]>: I can map but I cannot really test that it works (I can just see that it is represented correctly in the list of mappings), because that character is not on my keyboard. You do not need to type this character to test the mapping, yo

Re: Bug report: mapping fails wit h a few characters (i.e.: « :im ap ’ foo » fails)

2007-03-01 Thread A.J.Mechelynck
thomas wrote: Hi Mapping seems to be buggy with some characters. For instance: :imap ' foo does not work (the apostrophe is U+2019). If the mapped string contains this apostrophe but does not begin with it, there is no problem. For instance, this works: :imap x' foo But it is impossible to m