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. Regards, Chip Campbell -- 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