Hi, Thanks for addressing this issue. I normally don't use multi-byte characters. So I couldn't test placing multi-byte signs in the number column.
Regards, Yegappan On Wed, Jul 17, 2019 at 11:05 PM mattn <[email protected]> wrote: > When number signcolumn=number, multi-byte sign text is broken. > > set number > set signcolumn=number > sign define test1 text=山 > sign define test2 text=a > sign place 2 line=10 name=test1 > sign place 2 line=11 name=test2 > > > > > > > "xxx > "xxx > " > > Current behavior > [image: image] > <https://user-images.githubusercontent.com/10111/61433075-4b37fa80-a96d-11e9-9ae5-e10b02c3b3f7.png> > > Fixed > [image: image] > <https://user-images.githubusercontent.com/10111/61433109-6276e800-a96d-11e9-9739-fb1633adc9d2.png> > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/vim/vim/pull/4694 > Commit Summary > > - Fix signcolumn=number > - Add test > > File Changes > > - *M* src/screen.c <https://github.com/vim/vim/pull/4694/files#diff-0> > (5) > - *M* src/testdir/test_signs.vim > <https://github.com/vim/vim/pull/4694/files#diff-1> (7) > > Patch Links: > > - https://github.com/vim/vim/pull/4694.patch > - https://github.com/vim/vim/pull/4694.diff > > > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7%3DN1h13N8Co_%2BAjYjnGi-ED%2BnC_80mO042FbDFXaUYYrQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
