Yep, I'm James Kolb.
On Wed, Sep 25, 2013 at 7:53 AM, Bram Moolenaar <[email protected]> wrote: > > 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. > > Thanks, I'll add it in the todo list. > > Can I have your full name please? > > > -- > Edison's greatest achievement came in 1879, when he invented the > electric company. Edison's design was a brilliant adaptation of the > simple electrical circuit: the electric company sends electricity > through a wire to a customer, then immediately gets the electricity > back through another wire > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net > \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/\\\ > \\\ an exciting new programming language -- http://www.Zimbu.org > /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org > /// > -- -- 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/groups/opt_out.
