]> granicus.if.org Git - vim/commit
patch 8.1.0037: cannot easily append lines to another buffer v8.1.0037
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2018 19:04:07 +0000 (21:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2018 19:04:07 +0000 (21:04 +0200)
commitca851593a660f08aba5c134f90c238d4a3e983e6
tree363e4fc7ee646a53d869cb941e09feadc0dd46dc
parent891e1fd894720d0b99a9daefa41e8181844f819a
patch 8.1.0037: cannot easily append lines to another buffer

Problem:    Cannot easily append lines to another buffer.
Solution:   Add appendbufline().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_bufline.vim
src/testdir/test_edit.vim
src/version.c