diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-07 18:33:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-07 18:33:19 +0200 |
commit | de6804d871def4d8973ef3ca3eece4155a5c3ab1 (patch) | |
tree | cf002205301ff9bd7b0ef34cf35922a7a331222f /src | |
parent | 8ce4b7ed85a7c6499bea5eb1312c85ee7a00e364 (diff) | |
download | vim-git-de6804d871def4d8973ef3ca3eece4155a5c3ab1.tar.gz |
patch 8.2.1385: no testing on ARMv8.2.1385
Problem: No testing on ARM.
Solution: Add a test on Travis for ARM. (Ozaki Kiichi, closes #6615)
Diffstat (limited to 'src')
-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 98e408014..ea89d2df8 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1385, +/**/ 1384, /**/ 1383, |