commit | 4f416e41243ca151b95d39d81ce23d00b1484755 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 16:08:18 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 16:08:18 2016 +0200 |
tree | 2e560a4c537b04744dff89b978a4842963f52a68 | |
parent | 22177f0c0826e3b2411a5e9d050b50200877ecd3 [diff] [blame] |
patch 7.4.2217 Problem: When using matchaddpos() a character after the end of the line can be highlighted. Solution: Only highlight existing characters. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 60d63d0..fc9a880 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2217, +/**/ 2216, /**/ 2215,