2016-03-30 5:12 GMT+03:00 mattn <[email protected]>: > I don't see the behavior. > > http://go-gyazo.appspot.com/8ff36abf2e08281f.png > > did you set following? > > > <https://camo.githubusercontent.com/74220b96c2175701bd4d6b2485fa7b18dc963796/68747470733a2f2f71696974612d696d6167652d73746f72652e73332e616d617a6f6e6177732e636f6d2f302f31373732322f36366237396433662d306431342d366363302d326635612d3562383236306431306139332e706e67> > > Making ambiguous characters have double width is one of the worst ideas: there are *way* too much characters which have “A” East Asian Width property, but are single width in nearly all fonts I have, including powerline arrows (i.e. the whole Private Use Area, specifically for powerline arrows you may read *all* fonts), some national alphabets like Russian and Greek and many other symbols like the one OP used in &listchars.
@Beau Gunderson &ambiwidth setting must be synchronized with the terminal setting or you will get lots of rendering problems like wrapped statusline. It is especially needed for statusline as it is output “in one piece” (so rendering problem cannot be mitigated by telling terminal the explicit position of some character) and contains “filler” elements whose width depends on how many space is left in the line (so Vim will add more spaces then actually needed). > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly or view it on GitHub > <https://github.com/vim/vim/issues/721#issuecomment-203193674> > > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
