commit | 9691f82f862ed18c2e3e48f9d2cd902bb947f803 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 19:06:25 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 19:06:25 2018 +0100 |
tree | 585172099466540e2eb17a95d9bf7e04b97b053e | |
parent | bd9a0c611ce08f8dce033537bc2f110987b99802 [diff] [blame] |
patch 8.1.0506: modeline test fails when run by root Problem: Modeline test fails when run by root. Solution: Set 'modeline' for the test. (James McCoy, closes #3592)
diff --git a/src/version.c b/src/version.c index 5da6027..54b9a6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 506, +/**/ 505, /**/ 504,