commit | a604ccc959c3bff88d3d5bc3c965819fc326d239 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 21:23:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 21:23:28 2020 +0200 |
tree | 315a9264bfbe152d10f3796970d26d9941264897 | |
parent | ed234f24f3a6d697ba9b786d0bc74d4682bfdf47 [diff] [blame] |
patch 8.2.1850: "vat" does not select tags correctly over line break Problem: "vat" does not select tags correctly over line break. Solution: Adjust the search pattern. (Aufar Gilbran, closes #7136)
diff --git a/src/version.c b/src/version.c index 8ea210a..a2d8221 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1850, +/**/ 1849, /**/ 1848,