Re: Activating vim color?

2003-08-14 Thread Johann Koenig
On Sun, 10 Aug 2003 23:57:54 +0200 Cemoli [EMAIL PROTECTED] wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Open up a vi session, and, in exec mode, type: :help

Re: Activating vim color?

2003-08-14 Thread Andreas Janssen
Hello Cemoli ([EMAIL PROTECTED]) wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Systemwide: edit /etc/vim/vimrc, line 33. Change ;syntax on to syntax on or

Activating vim color?

2003-08-11 Thread Cemoli
Im using vi and I switch to vim, I was wondering what r the syntax to activethe color codes? Its just black n white. Im coding and I wasn hoping I canactivate the colors. Cemoli

Re: Activating vim color?

2003-07-03 Thread Derrick 'dman' Hudson
On Mon, Jun 30, 2003 at 10:45:50AM -0700, Steve Lamb wrote: | On Mon, 30 Jun 2003 08:53:57 -0400 | Derrick 'dman' Hudson [EMAIL PROTECTED] wrote: | Since gvim has more colors available to it, the tags and comments in | XML become different shades of blue (which really is much nicer) and |

Re: Activating vim color?

2003-07-03 Thread Steve Lamb
On Thu, 3 Jul 2003 14:01:35 -0400 Derrick 'dman' Hudson [EMAIL PROTECTED] wrote: On Mon, Jun 30, 2003 at 10:45:50AM -0700, Steve Lamb wrote: | For example I load some sample Python code into vim and kgim (gvim | didn't start for some reason). Here's the differences: Was gvim not

Re: Activating vim color?

2003-06-30 Thread Marc Wilson
On Sun, Jun 29, 2003 at 04:44:44PM +1000, Russell Shaw wrote: I did this, but found there's bugs in vim where colors are used differently between vim and gvim even if you get the palettes to match. I got no response when i told the vim list of these bugs. I remember. You made statements, and

Re: Activating vim color?

2003-06-30 Thread Derrick 'dman' Hudson
On Fri, Jun 27, 2003 at 07:04:51AM -0700, Steve Lamb wrote: | On Thu, 26 Jun 2003 15:37:45 -0400 | The default setting for 'background' is light. If you use a | terminal with a dark background, also run | | :set bg=dark | | Now if only there was a way to get the same color set between vim

Re: Activating vim color?

2003-06-30 Thread Steve Lamb
On Mon, 30 Jun 2003 08:53:57 -0400 Derrick 'dman' Hudson [EMAIL PROTECTED] wrote: On Fri, Jun 27, 2003 at 07:04:51AM -0700, Steve Lamb wrote: | Now if only there was a way to get the same color set between vim and | gvim. There probably is. If there is, I haven't found it. Even going

Re: Activating vim color?

2003-06-29 Thread Steve Lamb
On Thu, 26 Jun 2003 15:37:45 -0400 The default setting for 'background' is light. If you use a terminal with a dark background, also run :set bg=dark Now if only there was a way to get the same color set between vim and gvim. That always boggled me. I haven't installed or altered the

Re: Activating vim color?

2003-06-29 Thread Nick Apostolakis
On Thu, 26 Jun 2003, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Thanks -- Louie you can use the command syntax on in your vimrc

Re: Activating vim color?

2003-06-29 Thread Russell Shaw
Steve Lamb wrote: On Thu, 26 Jun 2003 15:37:45 -0400 The default setting for 'background' is light. If you use a terminal with a dark background, also run :set bg=dark Now if only there was a way to get the same color set between vim and gvim. That always boggled me. I haven't installed

Re: Activating vim color?

2003-06-28 Thread Igor Stroh
On Don, 2003-06-26 at 07:36, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Make your choice: - type :syntax on in a vim session - edit

Re: Activating vim color?

2003-06-28 Thread Joerg Johannes
On Thursday 26 June 2003 07:36, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Have a look at the online help: :help Q_sy will jump to

Re: Activating vim color?

2003-06-28 Thread Rob Weir
On Thu, Jun 26, 2003 at 01:36:49PM +0800, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Add syntax o to your ~/.vimrc -- Rob Weir

Re: Activating vim color?

2003-06-28 Thread Jean-Marc V. Liotier
On Thu, 2003-06-26 at 07:36, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. The command is 'syntax enable'. To make colorization permanent,

Re: Activating vim color?

2003-06-27 Thread Florian Ernst
Hello there! Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Well, googling for syntax highlighting vim gave me this as the first link:

Re: Activating vim color?

2003-06-27 Thread Derrick 'dman' Hudson
On Thu, Jun 26, 2003 at 01:36:49PM +0800, Miranda, Joel Louie M wrote: | Im using vi and I switch to vim, I was wondering what r the syntax to active | the color codes? Its just black n white. Im coding and I wasn hoping I can | activate the colors. :syntax on The default setting for

Re: Activating vim color?

2003-06-27 Thread Rodrigo Valenzuela
hi there, what you're looking for is :syntax on El Thu, 26 Jun 2003 13:36:49 +0800 Miranda, Joel Louie M [EMAIL PROTECTED] escribio con respecto a Activating vim color?: lo siguiente Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n

Re: Activating vim color?

2003-06-27 Thread Jamin W. Collins
On Thu, Jun 26, 2003 at 01:36:49PM +0800, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Try: syntax enable In your ~/.vimrc --

Re: Activating vim color?

2003-06-27 Thread Vineet Kumar
* Miranda, Joel Louie M ([EMAIL PROTECTED]) [030626 11:19]: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. You probably want :syntax on You could uncomment the syntax

Re: Activating vim color?

2003-06-27 Thread Aaron
On -1502-Thu, Jun 26, 2003 at 01:36:49PM +0800, Miranda, Joel Louie M [EMAIL PROTECTED] spake thus, Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Thanks --

Re: Activating vim color?

2003-06-27 Thread Joris Huizer
--- Miranda, Joel Louie M [EMAIL PROTECTED] wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Thanks -- Louie In your ~/.vimrc, add this:

Re: Activating vim color?

2003-06-27 Thread Karsten M. Self
on Thu, Jun 26, 2003 at 01:36:49PM +0800, Miranda, Joel Louie M ([EMAIL PROTECTED]) wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. :help color Peace. --

Re: Activating vim color?

2003-06-27 Thread Colin Watson
On Thu, Jun 26, 2003 at 01:36:49PM +0800, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. ':syntax on' Cheers, -- Colin Watson

Re: Activating vim color?

2003-06-27 Thread Ron Johnson
On Thu, 2003-06-26 at 00:36, Miranda, Joel Louie M wrote: Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. You mean syntax highlighting? If so, then put syntax on in

Activating vim color?

2003-06-26 Thread Miranda, Joel Louie M
Im using vi and I switch to vim, I was wondering what r the syntax to active the color codes? Its just black n white. Im coding and I wasn hoping I can activate the colors. Thanks -- Louie -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL