commit | 660b85e39a48a9f2e3bd7e4d8b97d0a1b4842997 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 14:26:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 14:26:58 2017 +0200 |
tree | 46cbda71c0d5c384693235d7996c297f43bc3c95 | |
parent | a5e6621aadadf78c7b344e93a4b328788076f14c [diff] [blame] |
patch 8.0.1162: shared script for tests cannot be included twice Problem: Shared script for tests cannot be included twice. Solution: Include it where needed, it will "finish" if loaded again.
diff --git a/src/version.c b/src/version.c index 804f84c..778046b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1162, +/**/ 1161, /**/ 1160,