commit | 54b2bfa399017ebae76ed62f21578261d1b55c1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 14:57:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 14:57:08 2017 +0100 |
tree | 30c05c78ca2efbe24a73064e337a7ba48c30868d | |
parent | ded2782783f352201ac0b05c6dbe4831adb4a58b [diff] [blame] |
patch 8.0.0136 Problem: When using indent folding and changing indent the wrong fold is opened. (Jonathan Fudger) Solution: Open the fold under the cursor a bit later. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b3f7c97..f4f20fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 136, +/**/ 135, /**/ 134,