commit | e35a52aee718c881bdfa69a47a1068df6ab6c60a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 19:48:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 19:48:53 2020 +0200 |
tree | 2b0b7da0fa124d685a6885e2b3476ffd8021e66c | |
parent | d881b516da0184052d2f9d33c3f72c5c014316bd [diff] [blame] |
patch 8.2.0865: syntax foldlevel is taken from the start of the line 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)
diff --git a/src/version.c b/src/version.c index 6f77139..4fc7c3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 865, +/**/ 864, /**/ 863,