commit | f845b87f2b3a45cbee160e28d7a3f50e54054809 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 14:04:54 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 14:04:54 2017 +0100 |
tree | f05dd0cf1321ca0da4e890ea3d0a41dae08e2555 | |
parent | 0cdb72aa38c4a0140c94d56bf8bc17cb30260ebf [diff] [blame] |
patch 8.0.0143: line number of current buffer in getbufinfo() is wrong Problem: Line number of current buffer in getbufinfo() is wrong. Solution: For the current buffer use the current line number. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 4ee83cd..d4224cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 143, +/**/ 142, /**/ 141,