Re: [uug] Programming with Vim

2011-01-11 Thread Alex Esplin
On Tue, Jan 11, 2011 at 10:08, Daniel Fussell wrote: > So, the function declaration still left-justified, highlighted, and the > rest of the function definition is folded.  So far I haven't found > anything that worked besides manually folding the range.  I finally gave > up and used the standard

Re: [uug] Programming with Vim

2011-01-11 Thread Daniel Fussell
On 01/09/2011 05:25 PM, Daniel Dilts wrote: > > Folds rock. There is a command that you can put in your vimrc that > will autofold on syntax, so it will fold on all {} blocks as you code. I've been messing with folds recently and thought syntax folding looked like a great idea. But I found it

Re: [uug] Programming with Vim

2011-01-09 Thread Alex Esplin
On Sun, Jan 9, 2011 at 15:47, Nicholas Blatter wrote: > > The biggest issue to overcome seems to be the apparent loss of > functionality encountered by switching from an IDE to an editor.  Some > of this I've managed to fix through Vim plugins I've found.  So far > I'm using: I've found in my exp

Re: [uug] Programming with Vim

2011-01-09 Thread Daniel Dilts
> > The biggest issue to overcome seems to be the apparent loss of > functionality encountered by switching from an IDE to an editor. Some > of this I've managed to fix through Vim plugins I've found. So far > I'm using: > > MiniBufExplorer - http://fholgado.com/minibufexpl > Taglist/Ctags - http

[uug] Programming with Vim

2011-01-09 Thread Nicholas Blatter
Hey all, I'm about to start some projects which will involve C++ development. In the past I would have used a full IDE (Eclipse or Visual Studio) for such a project, but this time I'd like to try using the "standard toolchain" for Linux development. The editor I'm planning on using is Vim. The b