I'm observing this issue on OS X with Vim 7.4, patches 1–729, +langmap (among
others). It seems similar to a previously-reported problem with Insert mode
(http://thread.gmane.org/gmane.editors.vim.devel/48562) that was fixed by patch
7.4.552.
In the same vein, the problem should be reproducible by starting Vim like so…
vim -u NONE -c 'cnoremap } X| set langmap=+} langnoremap'
…entering Command-line mode, and trying to type a "+". This should produce a
"+", but it inserts "X" instead.
The attached patch fixes the issue, as far as I can tell.
Original issue reported on code.google.com by larry.ve...@gmail.com on 19 Jun 2015 at 6:01
Original issue reported on code.google.com by
larry.ve...@gmail.com
on 19 Jun 2015 at 6:01Attachments: