commit | 80c3fd7c559c7d329d57afe10db9bfb0adf10e46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 15:52:55 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 15:52:55 2016 +0200 |
tree | 2633e7ae277f9e18dab2512086b603a555773f50 | |
parent | 26fe0d56912e42c2b16a61b2480e19ba569aee98 [diff] [blame] |
patch 7.4.2360 Problem: Invalid memory access when formatting. (Dominique Pelle) Solution: Make sure cursor line and column are associated.
diff --git a/src/version.c b/src/version.c index 65757ab..a71647b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2360, +/**/ 2359, /**/ 2358,