On Wed, Aug 4, 2010 at 12:49 PM, James Vega <[email protected]> wrote: > On Wed, Aug 4, 2010 at 12:04 PM, James Vega <[email protected]> wrote: >> So far, I've only been able to reproduce this when viewing the tex >> syntax file. > > That would be because tex.vim added 'ambiwidth=double' to its modeline > in changeset f8f81a88a047.
Apparently, some of the characters I use in my 'listchars' settings (Middle Dot (U+00B7) and Section Sign (U+00A7)) have ambiguous width. I can workaround the issue with Middle Dot by using Dot Operator (U+22C5) instead, but the only replacement I've found for Section Sign is Paragraph Separator (U+2029). Only problem with that is it's considered whitespace, so it doesn't display anything useful. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> -- 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
