commit | ca851593a660f08aba5c134f90c238d4a3e983e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 21:04:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 06 21:04:07 2018 +0200 |
tree | 363e4fc7ee646a53d869cb941e09feadc0dd46dc | |
parent | 891e1fd894720d0b99a9daefa41e8181844f819a [diff] [blame] |
patch 8.1.0037: cannot easily append lines to another buffer Problem: Cannot easily append lines to another buffer. Solution: Add appendbufline().
diff --git a/src/version.c b/src/version.c index 8f17fac..100c01e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 37, +/**/ 36, /**/ 35,