Charles Campbell wrote:

> Bram Moolenaar wrote:
> > Patch 7.3.024
> > Problem:    Named signs do not use a negative number as intended.
> > Solution:   Fix the numbering of named signs. (Xavier de Gaye)
> > Files:          src/ex_cmds.c
> >   
> Hello,
> 
> This patch is causing "vanishing signs syndrome".  Here's a test procedure:
> 
> When in .../vim73/src,
> ./vim -g -N -u NONE -S tst.vim
> 
> where  tst.vim is:
> 
> e! main.c
> 169
> sign define TestSign icon=../pixmaps/tb_close.xpm
> sign place 1234 line=169 name=TestSign file=main.c
> 
> With vim 7.3.1-23, the tb_close.xpm icon shows up on line 169 of main.c .
> With vim 7.3.1-24, a plain block is placed there instead.

Yeah, the negative number is stored in an unsigned array somewhere, thus
it actually doesn't work at all.

I'll have to think of another solution.

-- 
Error:015 - Unable to exit Windows.  Try the door.

 /// 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

Raspunde prin e-mail lui