commit | a9e9679de3ef082ee29868ab404283dfc53258f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 22:40:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 22:40:15 2019 +0100 |
tree | dbbddc9c73cbc409668aecc7fea3e123fb4fa46f | |
parent | 91b65e49440e77222a65b6f868507453239f409b [diff] [blame] |
patch 8.2.0019: cannot number of lines of another buffer Problem: Cannot number of lines of another buffer. Solution: Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto, closes #5370)
diff --git a/src/version.c b/src/version.c index 65924cd..67d4918 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17,