On Fri, May 14, 2010 at 7:33 PM, Bram Moolenaar <[email protected]> wrote: > Patch 7.2.426 > Problem: Commas in 'langmap' are not always handled correctly. > Solution: Require commas to be backslash escaped. (James Vega) > Files: src/option.c
Hmm... Something wrong here. Now, if I'm adding this: 'set langmap=a\,' to my _vimrc I'm receiving an error: 'Error detected while processing d:\tools\vim_vimrc: line 16: E357: 'langmap': Matching character missing for <0431>'. I'm receiving an error E357 'Matching character missing for a' if I execute ':set langmap=a\,' form command line. The same langmap and command were working well in gVim 7.2.267. Now there is an error in gVim 7.2.441 (Win7). -- Best regards, Valery Kondakoff -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
