diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-02 19:45:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-02 19:45:19 +0200 |
commit | b31cf2bb0be95d106bd8eef93cc07550591c1d0d (patch) | |
tree | 21fe60ccae6ed5e12c50c564ad824d0d1a746742 /src/testdir/test_alot.vim | |
parent | cf4b00c856ef714482d8d060332ac9a4d74e6b88 (diff) | |
download | vim-b31cf2bb0be95d106bd8eef93cc07550591c1d0d.zip |
patch 8.0.1039: cannot change a line in not current buffer
Problem: Cannot change a line in a buffer other than the current one.
Solution: Add setbufline(). (Yasuhiro Matsumoto, Ozaki Kiichi, closes #1953)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index e83256a4d..189cd82d1 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -3,6 +3,7 @@ set belloff=all source test_assign.vim +source test_bufline.vim source test_cd.vim source test_changedtick.vim source test_cursor_func.vim |