[Vim-latex-devel] Bug: Cyrillic Characters in Langmap / Ubuntu Package
Brought to you by:
srinathava,
tmaas
From: DI <dae...@gm...> - 2010-04-11 21:53:50
|
I recently installed vim-latex on my computer, and I've come across a conflict with using langmap and Cyrillic characters. I have the following line in my vimrc: set langmap=й',ц\,,у.,кp,еy,нf,гg,шc,щr,зl,х/,ъ=,фa,ыo,вe,аu,пi,рd,оh,лt,дn,жs,э-,я\\;,чq,сj,мk,иx,тb,ьm,бw,юv,.z,ё`,Й\",Ц<,У>,КP,ЕY,НF,ГG,ШC,ЩR,ЗL,Х?,Ъ+,ФA,ЫO,ВE,АU,ПI,РD,ОH,ЛT,ДN,ЖS,Э_,Я:,ЧQ,СJ,МK,ИX,ТB,ЬM,БW,ЮV,\,Z,\\;$,-[,=],Ё~ It converts commands in normal mode from the Russian keyboard to the Dvorak keyboard. However, if this line is included with vim-latex, insert mode becomes impossible to use. Whenever I type in a character, the following output appears in the file: <SNR>12_LookupCharacter("a") <SNR>12_LookupCharacter("o") <SNR>12_LookupCharacter("e") <SNR>12_LookupCharacter("u") Where "a", "o", "e", "u", are characters that I typed in. I have tested this with the Debian and Ubuntu repository versions of vim-latexsuite, as well as the with latest snapshot on Sourceforge. Thanks for maintaining vim-latex! Siyang Chen |