[PATCH] syntax: Improve foldlevel on lines where it changes horizontally

2016-10-14 Fir de Conversatie Brad King
ups.google.com/d/optout. >From 5f1a9107cf9a9732d7f827cd66928b8565fe6a72 Mon Sep 17 00:00:00 2001 Message-Id: <5f1a9107cf9a9732d7f827cd66928b8565fe6a72.1476457236.git.brad.k...@kitware.com> From: Brad King Date: Wed, 11 May 2016 21:51:34 -0400 Subject: [PATCH] syntax: Improve foldlevel on lines where it changes

[PATCH] syntax: Add command to control how foldlevel is computed for a line

2016-10-17 Fir de Conversatie Brad King
roup. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. >From c43347369e3eebc63613801052002c1c89383abd Mon Sep 17 00:00:00 2001 Message-Id: From: Brad King Date:

Re: [PATCH] syntax: Add command to control how foldlevel is computed for a line

2016-10-18 Fir de Conversatie Brad King
On 10/17/2016 04:45 PM, Bram Moolenaar wrote: > Brad King wrote: >> I've revised the change to add a new syntax command: >> >> :syntax foldlevel [start | minimum] >> >> that can be used to enable this. > > Thanks. I suppose that's the best w

[PATCH] runtime/syntax/c.vim: Start new folds on '} ... {'

2016-10-19 Fir de Conversatie Brad King
On 10/18/2016 08:27 AM, Brad King wrote: > Here is a revised patch. That patch to add the "syntax foldlevel" command enables the attached update to the C syntax rules. I don't think there is any reason to make it optional within the C syntax rules because the change only makes

Re: [PATCH] syntax: Add command to control how foldlevel is computed for a line

2016-11-30 Fir de Conversatie Brad King
On 10/18/2016 08:27 AM, Brad King wrote: > On 10/17/2016 04:45 PM, Bram Moolenaar wrote: >> Thanks. I suppose that's the best way to do it. > > Great. Here is a revised patch. Ping. Thanks, -Brad -- -- You received this message from the "vim_dev" maillist. Do

[PATCH v2] syntax: Add command to control how foldlevel is computed for a line

2017-01-30 Fir de Conversatie Brad King
3c64 Mon Sep 17 00:00:00 2001 Message-Id: <5892ea62008d11ad24c07d875c8c4cefa5503c64.1485803991.git.brad.k...@kitware.com> From: Brad King Date: Sun, 22 Jan 2017 22:31:35 -0500 Subject: [PATCH v2 1/3] syntax: Add command to control how foldlevel is computed for a line With `foldmethod=syntax` the foldlevel of a line

[PATCH v3] syntax: Add command to control how foldlevel is computed for a line

2020-05-15 Fir de Conversatie &#x27;Brad King' via vim_dev
On 1/30/2017 2:26 PM, Brad King wrote: On 10/17/2016 04:45 PM, Bram Moolenaar wrote: :syntax foldlevel [start | minimum] Thanks. I suppose that's the best way to do it. Here is a revised patch series that now includes tests for the new command. It also updates runtime/syntax/vi