commit | ceb2e7751089bd417c6250d63e28616483b5796b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 18:33:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 18:33:59 2020 +0200 |
tree | 54eecb6c3439906c2b75e30a2910ad54c88ff99e | |
parent | 72abcf42d4b28719863c3bdf72b4c05d147a7d83 [diff] [blame] |
patch 8.2.1002: test may fail when run directly Problem: Test may fail when run directly. Solution: Check if g:run_nr exists. (Christian Brabandt, closes #6285)
diff --git a/src/version.c b/src/version.c index 5d69674..34bb99b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1002, +/**/ 1001, /**/ 1000,