commit | 0a1b17bbec8f71beaab1d58b4c054ab4320f3bb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 13:45:09 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 13:45:09 2019 +0100 |
tree | 4cd184c561bbe26f4ed95a3036f17fc429f39693 | |
parent | 5acd9872580a12ca1138275bf65d1cb9349e2a53 [diff] [blame] |
patch 8.1.0930: typo in Makefile Problem: Typo in Makefile. Solution: Change ABORT_CLFAGS to ABORT_CFLAGS. (Kuang-che Wu, closes #3977)
diff --git a/src/version.c b/src/version.c index 8a7ab7f..e2b6f7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 930, +/**/ 929, /**/ 928,