Xavier de Gaye wrote:
> On Thu, Oct 14, 2010 at 9:29 PM, Bram Moolenaar wrote:
> >
> > Patch 7.3.028 (after 7.3.024)
> > Problem: Signs don't show up. (Charles Campbell)
> > Solution: Don't use negative numbers. Also assign a number to signs that
> > have a name of all digits to avoid using a sign number twice.
> > Files: src/ex_cmds.c
> >
>
>
> The following change removes an obsolete comment:
>
> diff --git a/src/ex_cmds.c b/src/ex_cmds.c
> --- a/src/ex_cmds.c
> +++ b/src/ex_cmds.c
> @@ -6556,8 +6556,7 @@
> struct sign
> {
> sign_T *sn_next; /* next sign in list */
> - int sn_typenr; /* type number of sign
> (negative if not equal
> - to name) */
> + int sn_typenr; /* type number of sign */
> char_u *sn_name; /* name of sign */
> char_u *sn_icon; /* name of pixmap */
> #ifdef FEAT_SIGN_ICONS
Thanks. I'll include it in a later patch.
--
Microsoft's definition of a boolean: TRUE, FALSE, MAYBE
"Embrace and extend"...?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.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