summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-02 19:45:19 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-02 19:45:19 +0200
commitb31cf2bb0be95d106bd8eef93cc07550591c1d0d (patch)
tree21fe60ccae6ed5e12c50c564ad824d0d1a746742 /src/Makefile
parentcf4b00c856ef714482d8d060332ac9a4d74e6b88 (diff)
patch 8.0.1039: cannot change a line in not current bufferv8.0.1039
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/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1d1ded80fd..27615fa926 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2122,6 +2122,7 @@ test_arglist \
test_autocmd \
test_backspace_opt \
test_breakindent \
+ test_bufline \
test_bufwintabinfo \
test_cd \
test_cdo \