commit | ec12d6490923fb5ff147ebf7e28d32f2b4977e3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 27 23:12:36 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 27 23:12:36 2018 +0200 |
tree | 5f01d51f1c7162af3a4794bfd0e4403264b49a1e | |
parent | f52f9ea8f5fb3df51a308c56f2bf66f735ef3ca7 [diff] [blame] |
patch 8.1.0119: failing test goes unnoticed because messages is not written Problem: Failing test goes unnoticed because testdir/messages is not written. Solution: Set 'nomodifiable' only local to the buffer.
diff --git a/src/version.c b/src/version.c index ff3806a..a7a96b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 119, +/**/ 118, /**/ 117,