commit | 943e9639a9ecb08bdec78ae6695c917bca6210b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 21:19:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 21:19:14 2019 +0100 |
tree | d00072ca8b4c753fe1fb4f2dc024591bae4dec1d | |
parent | 15bbd6ec871a0efdd16256e1fccbaac0fd374cbd [diff] [blame] |
patch 8.1.0911: tag line with Ex command cannot have extra fields Problem: Tag line with Ex command cannot have extra fields. Solution: Recognize |;" as the end of the command. (closes #2402)
diff --git a/src/version.c b/src/version.c index 59f7b5d..88960ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 911, +/**/ 910, /**/ 909,