Re: E255 on sign command

2010-09-08 Thread Andrew Long
On 7 Sep 2010, at 15:57, Andrew Long wrote: On 7 Sep 2010, at 03:54, Vincent B. wrote: Hi, I made the patch for graphical file loading in MacVim, the implementation rely directly in Cocoa for image loading, and I don't think xpm is supported by cocoa. You may try to convert your xpm

Re: E255 on sign command

2010-09-07 Thread Vincent B.
Hi, I made the patch for graphical file loading in MacVim, the implementation rely directly in Cocoa for image loading, and I don't think xpm is supported by cocoa. You may try to convert your xpm files to png files which would load without any problem. GVim win32 (not the cygwin one) doesn't

Re: E255 on sign command

2010-09-07 Thread Andrew Long
On 7 Sep 2010, at 03:54, Vincent B. wrote: Hi, I made the patch for graphical file loading in MacVim, the implementation rely directly in Cocoa for image loading, and I don't think xpm is supported by cocoa. You may try to convert your xpm files to png files which would load without any

E255 on sign command

2010-09-06 Thread Andrew Long
I'm having some troubles using the 'sign define' command. I'm running macvim stable 53 (using vim 7.3, as at bottom) In my .vimrc I have the following lines to set up the sign Place a sign in the file sign define information text=! linehl=Warning texthl=Error

Re: E255 on sign command

2010-09-06 Thread Andrew Long
On 6 Sep 2010, at 23:12, Andrew Long wrote: I'm having some troubles using the 'sign define' command. I'm running macvim stable 53 (using vim 7.3, as at bottom) In my .vimrc I have the following lines to set up the sign Place a sign in the file sign define information text=!