commit | e7877fe0de1426f8de9ada825e4f7b64810c7dbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 22:35:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 22:35:33 2017 +0100 |
tree | 435e94a70fad5f665ff87c5470f2f4611c0e46c2 | |
parent | 673911457d6745b6b779eb769c2f41965592d12c [diff] [blame] |
patch 8.0.0343: b:changedtick can be unlocked Problem: b:changedtick can be unlocked, even though it has no effect. (Nikolai Pavlov) Solution: Add a check and error E940. (closes #1496)
diff --git a/src/version.c b/src/version.c index c1dff6c..5db4b11 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 343, +/**/ 342, /**/ 341,