Mattiko Kabanen wrote:

> i am a c programmer and vim is great tool for me : - ). But one thing  i
> did not like is the current c syntax highlighting. i chaned c.vim a
> little
> bit. so i have highlighted function names now but i want them bold also.
> But if i add a line
> 
> hi Function     gui=bold
> font=-adobe-courier-bold-r-normal--12-120-75-75-m-70-iso8859-1
> 
> to c.vim file vim crashes after i change colorscheme. At first start
> everything is fine. 
> After i change colorschme vim dies:
> (On Terminal)
> Vim: Caught deadly signal SEGV
> Vim: Finished.
> 
> 
> i use gvim compiled with motif. 

I'm missing information to reproduce this:
- What version of Vim?  Install Vim 7 if you can, it includes many
  bugfixes.
- Does it also happen when you use a different font?  I'm not sure I
  have this one.
- What if you use the original c.vim?  If it doesn't happen then we'll
  need your c.vim.  Please shorten it as much as possible to pin down
  the problem.
- Best is when you can run Vim in a debugger and find out where it
  crashes.

-- 
A mathematician is a device for turning coffee into theorems.
                                        Paul Erdos
A computer programmer is a device for turning coffee into bugs.
                                        Bram Moolenaar

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

Reply via email to