commit | 24582007294b0db3be9669d3b583ea45fc4f19b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 14:14:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 21 14:14:26 2019 +0200 |
tree | bc9d1f58df11d4ec6e1c5afc0a495b81c3bb196f | |
parent | 61343f0c44c8e71df04918d033e0a744c0b7f8aa [diff] [blame] |
patch 8.1.1723: heredoc assignment has no room for new features Problem: Heredoc assignment has no room for new features. (FUJIWARA Takuya) Solution: Require the marker does not start with a lower case character. (closes #4705)
diff --git a/src/version.c b/src/version.c index 36a7779..5dc4d0c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1723, +/**/ 1722, /**/ 1721,