> I'm using gvim (in Linux) with set keymap=pinyin to type tonal marks on > vowels when typing pinyin pronunciations for Chinese. However, vim is > introducing an extra space after each tone mark as follows: > > wà ng > > This extra space only appears on the screen, since the actual txt file does > not show the extra space (if I open it with another editor). > > Any suggestions on how to suppress the extra space on the screen display?
>>Try: >>set encoding=utf-8 >>set ambiwidth=double >>I think set ambiwidth=double is enough though. Hi Yue: Thanks for your suggestion. It does look better with ambiwidth=double. At least they are equally spaced. I would have preferred to have the same spacing as in regular text, but at least it looks better than before. Regards, Pedro --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
