commit | e98cfe1cc9c1f63fc280452593b4b4cbfe2f6356 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 19:09:16 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 06 19:09:16 2014 +0200 |
tree | 7975f2d8c86ce7b3e8947ebc09763ea179fbedb2 | |
parent | 6b1ee34aa0236b50f675f3bbcd9bf0b7a3384f7f [diff] [blame] |
updated for version 7.4.397 Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible.
diff --git a/src/version.c b/src/version.c index 312e4ab..878ace8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 397, +/**/ 396, /**/ 395,