commit | 8750026a7f6b445c43adc990141a3fe92d680b62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 23:05:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 23:05:49 2019 +0200 |
tree | 22cf47fb678bc9cd22e79dce3c8be40710cb8f0e | |
parent | 90f3e7ac56056ffad50bac9d4497b5830c37ab26 [diff] [blame] |
patch 8.1.1790: :mkvimrc is not tested Problem: :mkvimrc is not tested. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 723a1c1..81f59f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1790, +/**/ 1789, /**/ 1788,