commit | 10561fe0a37efd611ccb1517b37de12d2e37af0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 19 15:01:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 19 15:01:10 2018 +0200 |
tree | 2d8192e5c9a2ee44be0083afdf4eb981e504a33a | |
parent | 2abad54cede7c33f090fbde19a9a3eb3dbf78e53 [diff] [blame] |
patch 8.1.0003: the :compiler command is not tested Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes #2930)
diff --git a/src/version.c b/src/version.c index 9d92ef8..9ceabc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3, +/**/ 2, /**/ 1,