Re: termcap/terminfo magicians anyone? // colors in vim

2012-05-30 Thread Thomas Dickey
On Wed, May 30, 2012 at 05:33:27PM +0400, Peter Vereshagin wrote: > Hello. > > Being new from linux back in time I tried vim. It had pretty colors in linux > for me like that: > > http://www.postimg.com/71000/photo-70938.jpg > > But in freebsd I have what I have: > > http://www.postimg.com/710

Re: termcap/terminfo magicians anyone? // colors in vim

2012-05-30 Thread Peter Vereshagin
Hello. 2012/05/30 16:15:24 +0200 uki => Cc freebsd-questions@freebsd.org : u> Hi, u> u> things to check: u> * does the color scheme require 256 colors? is your terminal compiled u> with that feature? I think I've just recompiled x11/xterm with 256 colors it but did not check the old xterm wit

Re: termcap/terminfo magicians anyone? // colors in vim

2012-05-30 Thread uki
Hi, things to check: * does the color scheme require 256 colors? is your terminal compiled with that feature? * check your TERM env variable, (also try setting t_Co in vim) some info here: http://vim.wikia.com/wiki/256_colors_in_vim cheers, Ɓukasz Gruner 2012/5/30 Peter Vereshagin : > Hello. >

termcap/terminfo magicians anyone? // colors in vim

2012-05-30 Thread Peter Vereshagin
Hello. Being new from linux back in time I tried vim. It had pretty colors in linux for me like that: http://www.postimg.com/71000/photo-70938.jpg But in freebsd I have what I have: http://www.postimg.com/71000/photo-70939.jpg It 'just works' for me if I 'vim -T linux' but: - I'd like to

Re: What happened to the colors in VIM 7.2?

2009-11-08 Thread Aryeh M. Friedman
Aflatoon Aflatooni wrote: It looks like the color schemas in VIM 7.2 are missing? Any ideas? The seem to work for me: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Apr 25 2009 13:00:07) my ~/.vimrc: colorscheme elflord syntax enable set backspace=indent,eol,start

Re: What happened to the colors in VIM 7.2?

2009-11-08 Thread Aryeh M. Friedman
Glen Barber wrote: On Sun, Nov 8, 2009 at 10:52 PM, Aflatoon Aflatooni wrote: It looks like the color schemas in VIM 7.2 are missing? Any ideas? Errors? Symptoms? $HOME/.vimrc ? Related question does anyone know why elflord incorrectly identifies certain words that are not k

Re: What happened to the colors in VIM 7.2?

2009-11-08 Thread Glen Barber
On Sun, Nov 8, 2009 at 10:52 PM, Aflatoon Aflatooni wrote: > It looks like the color schemas in VIM 7.2 are missing? > > Any ideas? > Errors? Symptoms? $HOME/.vimrc ? -- Glen Barber ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

What happened to the colors in VIM 7.2?

2009-11-08 Thread Aflatoon Aflatooni
It looks like the color schemas in VIM 7.2 are missing? Any ideas? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr..

Re: colors in vim.....how?

2004-02-13 Thread Jez Hancock
On Fri, Feb 13, 2004 at 05:57:02PM +, manish gautam wrote: > how can i add colors to my vim editor. Add 'syn on' on a single line in your ~/.vimrc file and make sure your TERM environment variable is set to 'xterm-color'. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/

colors in vim.....how?

2004-02-13 Thread manish gautam
how can i add colors to my vim editor. reply soon cheers manish Yahoo! India Education Special: Study in the UK now. Go to http://in.specials.yahoo.com/index1.html ___ [EMAIL PRO

RE: Colors in VIM

2004-02-02 Thread Brian McCann
t: RE: Colors in VIM On Mon, 2004-02-02 at 13:07 -0500, Brian McCann wrote: > That gave me B&W highlighting...getting closer. :) What's your env variable for TERM? Is it xterm-color? (assuming you're in X, not in console) -- "You keep using that word. I do not think it me

RE: Colors in VIM

2004-02-02 Thread Edmund Craske
xterm-color Ed > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian McCann > Sent: 02 February 2004 19:51 > To: 'Khairil Yusof' > Cc: [EMAIL PROTECTED] > Subject: RE: Colors in VIM > > > Actually...I was

RE: Colors in VIM

2004-02-02 Thread Brian McCann
in just a shell? Thanks, --Brian -Original Message- From: Khairil Yusof [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:24 PM To: Brian McCann Cc: [EMAIL PROTECTED] Subject: RE: Colors in VIM On Mon, 2004-02-02 at 13:07 -0500, Brian McCann wrote: > That gave me B&

RE: Colors in VIM

2004-02-02 Thread Khairil Yusof
On Mon, 2004-02-02 at 13:07 -0500, Brian McCann wrote: > That gave me B&W highlighting...getting closer. :) What's your env variable for TERM? Is it xterm-color? (assuming you're in X, not in console) -- "You keep using that word. I do not think it means what you think it means." FreeBSD 5.2

RE: Colors in VIM

2004-02-02 Thread Joe Marcus Clarke
e characters are actually escape sequences. Joe > > Thanks, > - --Brian McCann > > - -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Khairil > Yusof > Sent: Monday, February 02, 2004 1:05 PM > To: Brian McCann > Cc: [EMAIL P

RE: Colors in VIM

2004-02-02 Thread Brian McCann
MAIL PROTECTED] Subject: Re: Colors in VIM On Mon, 2004-02-02 at 12:55 -0500, Brian McCann wrote: > set nocp > set digraph ek hidden ruler sc vb wmnu > set noeb noet nosol > set bs=2 fo=cqrt ls=2 shm=at Add this: syntax enable - -- "You keep using that word. I do not think it

Re: Colors in VIM

2004-02-02 Thread Khairil Yusof
On Mon, 2004-02-02 at 12:55 -0500, Brian McCann wrote: > set nocp > set digraph ek hidden ruler sc vb wmnu > set noeb noet nosol > set bs=2 fo=cqrt ls=2 shm=at Add this: syntax enable -- "You keep using that word. I do not think it means what you think it means." FreeBSD 5.2-CURRENT i386 2:

Colors in VIM

2004-02-02 Thread Brian McCann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got a question for you all since I've been banging my head against a wall with this for some time now. I'm trying to get vim to do syntax highlighting for php/html files, along with scripts. It seams like it would be fairly straight forw