diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-27 15:34:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-27 15:34:16 +0200 |
commit | a7f6c3cf071bb6267e0bd2eb3d27ca240381ba87 (patch) | |
tree | c0605ca553ec25907e3a6ddca6f5de1e425ef312 /src/version.c | |
parent | 38f1eeac3d8ec0a0e275213a62ba7ff1afb8ab33 (diff) | |
download | vim-git-8.1.2087.tar.gz |
patch 8.1.2087: cannot easily select one test function to executev8.1.2087
Problem: Cannot easily select one test function to execute.
Solution: Support the $TEST_FILTER environment variable. (Ozaki Kiichi,
closes #2695)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f08e5e0b9..0776a8a6d 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2087, +/**/ 2086, /**/ 2085, |