commit | 41a82604453080d0011f281532582d3bd360df4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 21:54:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 21:54:26 2019 +0200 |
tree | 433339a0093d9d671f83c219a9af802087dcdffd | |
parent | f9cc9f209ede9f15959e4c2351e970477c139614 [diff] [blame] |
patch 8.1.1694: the RUN_VIM variable is longer than needed Problem: The RUN_VIM variable is longer than needed. Solution: Shorten RUN_VIM. (Daniel Hahler, closes #4643)
diff --git a/src/version.c b/src/version.c index 75fa9c5..cca8b5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1694, +/**/ 1693, /**/ 1692,