Foldings: why to they unfold below if I type a quote ( ' or ")

2011-04-27 Thread David Kahn
I am curious if there is a way to make foldings not unfold if I type a quote. For example, if I am adding to the header or content in an open block, but I have everything below it folded, when I type a quote in this block, all the blocks below it unfold. I find this pretty annoying and have to imag

Re: Foldings: why to they unfold below if I type a quote ( ' or ")

2011-04-28 Thread Paul
On Wed, Apr 27, 2011 at 04:26:13PM -0500, David Kahn wrote: I am curious if there is a way to make foldings not unfold if I type a quote. For example, if I am adding to the header or content in an open Maybe this will help, in .vimrc: " Don't update folds in insert mode. aug NoInsertFolding

Re: Foldings: why to they unfold below if I type a quote ( ' or ")

2011-04-28 Thread David Kahn
On Thu, Apr 28, 2011 at 10:31 AM, Paul wrote: > On Wed, Apr 27, 2011 at 04:26:13PM -0500, David Kahn wrote: > >> I am curious if there is a way to make foldings not unfold if I type a >> quote. For example, if I am adding to the header or content in an open >> > > Maybe this will help, in .vimrc:

Re: Foldings: why to they unfold below if I type a quote ( ' or ")

2011-04-28 Thread Ben Fritz
On Apr 28, 10:31 am, Paul wrote: > On Wed, Apr 27, 2011 at 04:26:13PM -0500, David Kahn wrote: > >I am curious if there is a way to make foldings not unfold if I type a > >quote. For example, if I am adding to the header or content in an open > > Maybe this will help, in .vimrc: > > " Don't upda