commit | a0f299b4e8dccc2f22ada363a7e293b146c1ece7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 17:13:52 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 17:13:52 2012 +0100 |
tree | e516220c80eff85befd697668630b6e9be27053e | |
parent | 10b7b39b3d5bc22d6798cd69fd01c4471669980a [diff] [blame] |
updated for version 7.3.398 Problem: When creating more than 10 location lists and adding items one by one a previous location may be used. (Audrius Kažukauskas) Solution: Clear the location list completely when adding the tenth one.
diff --git a/src/version.c b/src/version.c index 777c15e..e3a79e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 398, +/**/ 397, /**/ 396,