Re: Highlighting keywords from C libraries

2007-02-22 Thread Alexey I. Froloff
* Gautam Iyer gautam@ [070222 11:42]: Anyways, following suggestions from this thread I made the following modifications: Well, I'd also suggested to split it to many different files: syntax/c.vim syntax/c/ansi.vim syntax/c/susv3.vim syntax/c/xlib.vim ... with something like if

Re: Cannot run background process in gvim 7

2007-02-22 Thread Manu Hack
On 2/21/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: So? What exactly are you trying to do? How does it fail? Say for example, after editing the tex file I try to run :!xdvi %.dvi , then nothing happens, no errors. If I remove , I can open it. Basically I can run background process in vim,

syntax highlighting and very long lines vim7

2007-02-22 Thread Sam Halperin
I am trying to syntax highlight a file containing one very long line. (A machine generated chunk of ascii that needs to be visually checked when an error occurs.) The highlighting works up to about a screens worth of text (~2400 char), but stops highlighting well before the end of the line.

Re: syntax highlighting and very long lines vim7

2007-02-22 Thread Ilya Bobir
Sam Halperin wrote: I am trying to syntax highlight a file containing one very long line. (A machine generated chunk of ascii that needs to be visually checked when an error occurs.) The highlighting works up to about a screens worth of text (~2400 char), but stops highlighting well before

RE: Outdated page http://vim.sourceforge.net/download.php

2007-02-22 Thread Steve Hall
From: A.J.Mechelynck, Thu, February 22, 2007 4:08 pm Steve Hall has taken up the flame: his Vim-without-Cream distributions for W32, which are reasonably up-to-date (currently 7.0.191) can be found at https://sourceforge.net/project/showfiles.php?group_id=43866package_id=39721 Hmm? /me

Re: Outdated page http://vim.sourceforge.net/download.php

2007-02-22 Thread Bram Moolenaar
Tony Mechelynck wrote: I was surprised to notice that the Vim download page http://vim.sourceforge.net/download.php still mentions my site as where to find patched W32 Vim binaries. The latest ones I built were 6.4 and 7.0aa versions, now long outdated. Steve Hall has taken up the flame:

Re: Highlighting keywords from C libraries

2007-02-22 Thread Bram Moolenaar
Gautam Iyer wrote: On Thu, Feb 22, 2007 at 01:47:07AM +0300, Alexey I. Froloff wrote: I find it useful to have standard functions and constants in C libraries highlighted. I attach syntax files for this purpose. Check out the std_c syntax, http://www.eandem.co.uk/mrw/vim/syntax/