Hi all, The following item is in the todo list:
Patch to right-align signs. (James Kolb (email james), 2013 Sep 23) This item refers to the below e-mail. But with patch 8.1.0588 (Cannot define a sign with space in the text), signs with space character in the name are supported. So this item can be removed. - Yegappan On Monday, September 23, 2013 at 7:37:29 PM UTC-7, James wrote: > > Right now, there can't be right-aligned one-character signs(like "sign > define rightsign text=\ r"), because prefixing a sign with a space > breaks the define statement. > > The "text=" argument for signs uses skiptowhite_esc, which forces > whitespace in the argument to be escaped, but then never actually > unescapes the whitespace. This patch unescapes the whitespace, so that > right aligned signs can function correctly. > > -James > -- -- 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.
