commit | bd9a0c611ce08f8dce033537bc2f110987b99802 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 19:00:14 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 03 19:00:14 2018 +0100 |
tree | f51342ca120170a54ea5d75460e2042f95fbe250 | |
parent | 4dbc2627641a6b950c30c31cbf7b7e6c36da1927 [diff] [blame] |
patch 8.1.0505: filter command test may fail if helplang is not set Problem: Filter command test may fail if helplang is not set. Solution: Set 'helplang' for the test. (James McCoy, closes #3591)
diff --git a/src/version.c b/src/version.c index 2c06a0f..5da6027 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 505, +/**/ 504, /**/ 503,