Re: Syntax matching

2012-02-01 Thread Rich Healey
If you're looking at it again Ben, I had to make minor changes to get it working with PHP and it still seems awkward https://github.com/richoH/dotfiles/blob/master/vimrc#L74-100 Is my patched version -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply bel

Re: autoalign and html

2012-02-01 Thread Charles E Campbell Jr
Cesar Romani wrote: On 30/01/2012 10:04 a.m., Marcin Szamotulski wrote: > On 09:51 Mon 30 Jan , Charles Campbell wrote: >> Marcin Szamotulski wrote: >>> You can check the AutoAlign version (v14i) from: >>> http://drchip.0sites.net/astronaut/vim/#AUTOALIGN >>> >>> Best, >>> Marcin >>> >>> On 1

Surround active bufer with higlight

2012-02-01 Thread Rich Healey
When I have my window split with many buffers, the title line on the active pane is a different color, but is it possible to have all 4 borders of the current split different the way tmux et al does? Sometimes when I have many splits I find it hard to find where I left my focus. -- You receiv

Re: compiling 7.3+ with the conceal option

2012-02-01 Thread sc
On Wed, Feb 01, 2012 at 11:00:10AM +0100, Jean-Michel Pichavant wrote: > PS : shoud I use v...@vim.org or vim_use@googlegroups.com ? The > mailing list names on www.vim.org quite differ from the reply to of > the mails. take your pick -- they both go to the same list of ppl -- You received this

Re: compiling 7.3+ with the conceal option

2012-02-01 Thread Taylor Hedberg
If I'm not mistaken, it's just `--enable-conceal`, without the `=yes`. The opposite is `--disable-conceal`, rather than `--enable-conceal=no`. pgpXi8a6PPdyx.pgp Description: PGP signature

compiling 7.3+ with the conceal option

2012-02-01 Thread Jean-Michel Pichavant
Hi people, This is my first mail in this list, so I would like to thank all of you in advance for the precious support. I ran into some minor issue with the conceal option in vim 7.3 (I'm actually using the mercurial repository). Using configure before compiling, the conceal option was disab

Re: How to search a "path" string in a file?

2012-02-01 Thread Jerry Dai
Thanks. This works perfectly! -- -- Best Regards Jerry Dai On Tue, Jan 31, 2012 at 10:37 AM, Gary Johnson wrote: > On 2012-01-31, Jerry Dai wrote: > > Hi, > > > > I have a file with a lot of path in it. I want to search "/home/user/bin/ > > session.log" without changing "/" to "\/". > > How

Re: autoalign and html

2012-02-01 Thread Cesar Romani
On 30/01/2012 10:04 a.m., Marcin Szamotulski wrote: > On 09:51 Mon 30 Jan , Charles Campbell wrote: >> Marcin Szamotulski wrote: >>> You can check the AutoAlign version (v14i) from: >>> http://drchip.0sites.net/astronaut/vim/#AUTOALIGN >>> >>> Best, >>> Marcin >>> >>> On 18:47 Sat 28 Jan ,

Re: Display messed up

2012-02-01 Thread Marco
On 2012-01-31 Charles E Campbell Jr wrote: > infocmp ${TERM} -- will display the terminal settings > for your current $TERM . You may wish to save the output > (ie. ... > ${TERM}.info) Then snoop on vim to see what > its issuing: > > script snoopy > vim somefile > :q > exit > > The "snoopy

Re: Syntax matching

2012-02-01 Thread Mathieu Maret
It's very interesting! Thanks a lot. Mathieu 2012/1/31 Ben Fritz > > > On Jan 30, 11:38 am, mfc_alpha wrote: > > Hello ! > > > > I've been looking around and I can't find a solution to my issue. > > > > I have a simple langage having 2 functions. > > BashRule and PythonRule. > > > > They both