summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-31 19:48:53 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-31 19:48:53 +0200
commite35a52aee718c881bdfa69a47a1068df6ab6c60a (patch)
tree2b0b7da0fa124d685a6885e2b3476ffd8021e66c /src/version.c
parentd881b516da0184052d2f9d33c3f72c5c014316bd (diff)
downloadvim-git-8.2.0865.tar.gz
patch 8.2.0865: syntax foldlevel is taken from the start of the linev8.2.0865
Problem: Syntax foldlevel is taken from the start of the line. Solution: Add ":syn foldlevel" to be able to use the minimal foldlevel in the line. (Brad King, closes #6087)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6f77139a3..4fc7c3c79 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 865,
+/**/
864,
/**/
863,