commit | 2387773d933bd6c483e44803db8ec79737ecf7ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 21 22:13:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 21 22:13:42 2020 +0100 |
tree | 7c870c0ad9edd8698d42ea7b0123753c32115454 | |
parent | f0764e8bb6511aa3bf1d6f52852b4284676ee661 [diff] [blame] |
patch 8.2.0140: CI does not test building doc tags Problem: CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513)
diff --git a/src/version.c b/src/version.c index 8e527b8..9748392 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 140, +/**/ 139, /**/ 138,