]> granicus.if.org Git - vim/commit
patch 8.1.0039: cannot easily delete lines in another buffer v8.1.0039
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Jun 2018 16:17:46 +0000 (18:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Jun 2018 16:17:46 +0000 (18:17 +0200)
commitd79a26219d7161e9211fd144f0e874aa5f6d251e
tree3473625909143ebb7ce777a42f4115a8bf056803
parent680c99b2efc7e2a9e6b3d611133f43fb7f8c6811
patch 8.1.0039: cannot easily delete lines in another buffer

Problem:    Cannot easily delete lines in another buffer.
Solution:   Add deletebufline().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_bufline.vim
src/version.c