Re: vim syntax line

2007-12-13 Thread Bernd Prager
Jerome, Could you figure out what the issue is and how to fix that? I am using version 7.0.235 and I experience the same problem. My debian.vim does not mention anything about the syntax option. -- Bernd On Wed, 12 Dec 2007 12:34:59 +0800, Jerome BENOIT <[EMAIL PROTECTED]> wrote: > Hi, > > ther

Re: vim syntax line

2007-12-11 Thread Jerome BENOIT
Hi, there is an explanation in the `debian.vim' . Jerome Lucas Prado Melo wrote: I don't know why... but when it happens I (re-(?))install vim... On Dec 11, 2007 8:00 PM, Jerome BENOIT <[EMAIL PROTECTED] > wrote: You get the point. Thanks, Jerome

Re: vim syntax line

2007-12-11 Thread Jerome BENOIT
You get the point. Thanks, Jerome Magnus Therning wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 10, 2007 6:16 PM, Jerome BENOIT <[EMAIL PROTECTED]> wrote: Hello List, I have just noticed on my Lenny box that the vim syntax line command in files does not work anymore whereas the

[solved]Re: vim syntax suddenly stopped

2004-09-13 Thread Prashant Kumar
PROTECTED] > Subject: Re: vim syntax suddenly stopped > Resent-Date: Mon, 13 Sep 2004 21:33:59 -0500 (CDT) > Resent-From: [EMAIL PROTECTED] > > On Tue, Sep 14, 2004 at 07:25:18AM -0400, Prashant Kumar wrote: > > > > Hi all > > All of sudden vim shows no syntax color

Re: vim syntax suddenly stopped

2004-09-13 Thread Prashant Kumar
On Mon, 13 Sep 2004, Stefan O'Rear wrote: > Date: Mon, 13 Sep 2004 19:33:56 -0700 > From: Stefan O'Rear <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: vim syntax suddenly stopped > Resent-Date: Mon, 13 Sep 2004 21:33:59 -0500 (CDT) > Resent-From: [E

Re: vim syntax suddenly stopped

2004-09-13 Thread Stefan O'Rear
On Tue, Sep 14, 2004 at 07:25:18AM -0400, Prashant Kumar wrote: > > Hi all > All of sudden vim shows no syntax coloring :set syntax on is of no help. > Though ls --color is working fine. I recently upgraded ncurses could > that be the problem?? > > Any suggestion will be highly appreciated especi

Re: vim syntax

2003-10-27 Thread Wilko Fokken
On Sun, Oct 26, 2003 at 08:53:22AM -0500, Gregory Seidman wrote: > On Sun, Oct 26, 2003 at 05:25:01PM +1300, Paul William wrote: > } Hi > } > } How do I have vim syntax highlighting always on instead of having to > } type :syntax on? > > Add syntax on to your .vimrc > or to '/etc/vim/vim

Re: vim syntax

2003-10-26 Thread Gregory Seidman
On Sun, Oct 26, 2003 at 05:25:01PM +1300, Paul William wrote: } Hi } } How do I have vim syntax highlighting always on instead of having to } type :syntax on? Add syntax on to your .vimrc } Thanks } Paul --Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: vim syntax

2003-10-25 Thread Rob Weir
On Sun, Oct 26, 2003 at 05:41:05PM +1300, Paul William said > Hi > > How do I have vim syntax highlighting always on instead of having to > type :syntax on? Create a ~/.vimrc with this one line: syntax on and it will highlight whatever it can. -- Rob Weir <[EMAIL PROTECTED]> | [EMAIL PROTECTE

Re: vim syntax

2003-10-25 Thread Paul William
Thanks for your help. On Sun, 2003-10-26 at 17:44, Bill Moseley wrote: > On Sun, Oct 26, 2003 at 05:41:05PM +1300, Paul William wrote: > > Hi > > > > How do I have vim syntax highlighting always on instead of having to > > type :syntax on? > > in .vimrc: > > syntax on > > > > > Thanks > >

Re: vim syntax

2003-10-25 Thread Bill Moseley
On Sun, Oct 26, 2003 at 05:41:05PM +1300, Paul William wrote: > Hi > > How do I have vim syntax highlighting always on instead of having to > type :syntax on? in .vimrc: syntax on > > Thanks > > Paul > -- > > .''`. Paul William > : :' :Debian admin and user > `. `'` > `- Deb

Re: vim syntax highlight on C program files only?

2001-08-28 Thread Calvin Chong
ian-user" Sent: Tuesday, August 28, 2001 4:58 PM Subject: Re: vim syntax highlight on C program files only?

Re: vim syntax highlight on C program files only?

2001-08-28 Thread Karsten M. Self
on Tue, Aug 28, 2001 at 04:44:29PM +0800, Calvin Chong ([EMAIL PROTECTED]) wrote: > You need to tell vim that your terminal is white on black - it's defaulted > to the opposite :-) Ummany good way to do this? -- Karsten M. Self http://kmself.home.netcom.com/ What part of "Gestalt

Re: vim syntax highlight on C program files only?

2001-08-28 Thread Calvin Chong
You need to tell vim that your terminal is white on black - it's defaulted to the opposite :-) A gas which obeys to the perfect gas equation is a perfect gas, where the perfect gas equation describes the relationship between pressure, volume and temperature of a perfect gas. - Original Message

Re: vim syntax files

1999-08-16 Thread Wichert Akkerman
Previously Alisdair McDiarmid wrote: > I have (well, had) a set of customised vim syntax command in the > /usr/share/vim/vim54/syntax/synload.vim file. I just upgraded to > vim[-rt] 5.4.21 and lost all my syntax settings. Is the file > likely to be backed up anywhere or anything? No. You should ad

Re: vim syntax files

1999-08-13 Thread Dave Swegen
On Fri, Aug 13, 1999 at 21:04 +0100, Alisdair McDiarmid wrote: > I have (well, had) a set of customised vim syntax command in the > /usr/share/vim/vim54/syntax/synload.vim file. I just upgraded to > vim[-rt] 5.4.21 and lost all my syntax settings. Is the file > likely to be backed up anywhere or an

Re: vim syntax files

1999-08-13 Thread Samuel R. Scarano
:help mysyntaxfile Personally, I don't bother with that stuff, and just edit the default global syntax files directly (they're owned by me, not root). I know I shouldn't do that; however, because I tend not to trust dpkg, I compile & install vim myself (into /usr/local/), and therefore don't have

Re: vim syntax files

1999-08-13 Thread Steve Lamb
Friday, August 13, 1999, 1:04:25 PM, Alisdair wrote: > Anyway, I guess this is probably my fault for doing things wrong, > but where else can I put these syntax settings? I'm sure I didn't > concede to overwriting these files on install, and I don't want to > lose the settings next time I upgrade.