On Mon, Sep 28, 2009 at 08:12:33PM -0400, Vera, Pedro L. wrote: > > Hello: > 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, Wu, Yue --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
