commit | b12db9f92ea74039bb0b4110add4232f0bf338ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 22:00:22 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 22:00:22 2014 +0100 |
tree | 2bd69d7036fbefab87c8e1ca1d23c80a2b7e3a43 | |
parent | 3f9be97015e2ba4cb6d6654117745d912ec59287 [diff] [blame] |
updated for version 7.4.551 Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 32fb731..6408d57 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 551, +/**/ 550, /**/ 549,