commit | 6b731886ca94d66b9bdedfb7e603af44a6400399 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 20:54:47 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 16 20:54:47 2018 +0100 |
tree | c629d0005fed7c727f44a554f12c8d98d4e264f5 | |
parent | 25a494ce609f54ce240b1986aad16ca27186d646 [diff] [blame] |
patch 8.1.0535: increment/decrement might get interrupted by updating folds Problem: Increment/decrement might get interrupted by updating folds. Solution: Disable fold updating for a moment. (Christian Brabandt, closes #3599)
diff --git a/src/version.c b/src/version.c index ad633e8..eaaf98a 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 535, +/**/ 534, /**/ 533,