Re: Markdown syntax script using the new conceal feature

2011-11-25 Fir de Conversatie Peter Odding
Hi Adam, Awesome, Peter! Did this ever make it upstream? I've been a big fan of conceal with other languages (HTML, LaTeX), it would be great to get this patched into Vim proper. Sorry for taking a while to respond. No I never specifically submitted the syntax script for inclusion anywhere,

Re: [PATCH] mkview writes incorrect fold commands

2011-11-25 Fir de Conversatie Xavier de Gaye
On Fri, Nov 25, 2011 at 6:48 PM, Xavier de Gaye wrote: >> I use loadview and mkview with autocommands. It happens quite often >> that upon returning to a buffer, a fold becomes unexpectedly closed. >> In that case, whatever fold I attempt to open in this buffer next, it >> will be closed after I le

Re: [PATCH] mkview writes incorrect fold commands

2011-11-25 Fir de Conversatie Xavier de Gaye
On Fri, Oct 28, 2011 at 11:03 PM, Xavier de Gaye wrote: > I use loadview and mkview with autocommands. It happens quite often > that upon returning to a buffer, a fold becomes unexpectedly closed. > In that case, whatever fold I attempt to open in this buffer next, it > will be closed after I leave

Re: Why was the breakindent patch never applied?

2011-11-25 Fir de Conversatie Taylor Hedberg
I pretty much agree; one of the main reasons why I always build Vim from source rather than using my OS's official Vim package is so that I can apply the breakindent patch. It's quite useful. In fact, I actually created the 7.3.285 version of the patch that you downloaded from Eli Carter's website

RE: Setting up SmartTag plugin

2011-11-25 Fir de Conversatie Robert Webb
I wrote: > Hey Scott, > > > When I put cursor on "Derived1::func();", SmartTag takes me to the > > implementation of Derived2::func(). ie 2 lines above the cursor. Which > > is a bit strange cos that must mean that the search finds the *last* > > occurance of the search pattern. > > I tried this a

Re: Setting up SmartTag plugin

2011-11-25 Fir de Conversatie Lech Lorens
Resending to all: On 25 November 2011 11:29, Robert Webb wrote: > Do you have a version of vim which includes Lech Loren's patches to help > with the SmartTag plugin?  As far as I know they never made it into the main > release (which is why I haven't upgraded for some time, still on 7.2).  I'll

RE: Setting up SmartTag plugin

2011-11-25 Fir de Conversatie Robert Webb
Hey Scott, > I'm trying to debug another anomaly, but Vim crashes when I call > SmartTag#SmartTag("debug"). I haven't looked into this, but I presume that any crash is a bug in vim itself rather than my plugin (or at worst, they both have a bug). Rob. -- Robert Webb , MineSweeper3D - Take Mine

Why was the breakindent patch never applied?

2011-11-25 Fir de Conversatie Peter Valdemar Mørch
I'd really like to see the breakindent patch in vim. E.g. screenshot: http://beta.arcig.cz/~eudoxos/vim7/breakindent1.png The lack of this is *the* reason our coding standard has a limit of max. 80 characters pr. line. Václav Šmilauer posted a patch for this in 2004 that was updated in 2007. Even