commit | e67d546f3c691139e6d3d33f36724d98aec04c14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 22:40:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 22:40:42 2016 +0200 |
tree | 8d990c67d29e4085dcb259b43dad3bf76833b05c | |
parent | 818078ddfbb8cc2546f697c5675a251d095722ec [diff] [blame] |
patch 7.4.2275 Problem: ":diffoff!" does not remove filler lines. Solution: Force a redraw and invalidate the cursor. (closes #1014)
diff --git a/src/version.c b/src/version.c index 9987b95..152e7b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2275, +/**/ 2274, /**/ 2273,