comparison src/Makefile @ 12319:c7e95667d14b v8.0.1039

patch 8.0.1039: cannot change a line in not current buffer commit https://github.com/vim/vim/commit/b31cf2bb0be95d106bd8eef93cc07550591c1d0d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 2 19:45:19 2017 +0200 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 https://github.com/vim/vim/issues/1953)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2017 20:00:05 +0200
parents 4963348ed734
children e9dbdc4d8279
comparison
equal deleted inserted replaced
12318:fb6888115062 12319:c7e95667d14b
2120 test_assign \ 2120 test_assign \
2121 test_autochdir \ 2121 test_autochdir \
2122 test_autocmd \ 2122 test_autocmd \
2123 test_backspace_opt \ 2123 test_backspace_opt \
2124 test_breakindent \ 2124 test_breakindent \
2125 test_bufline \
2125 test_bufwintabinfo \ 2126 test_bufwintabinfo \
2126 test_cd \ 2127 test_cd \
2127 test_cdo \ 2128 test_cdo \
2128 test_changedtick \ 2129 test_changedtick \
2129 test_channel \ 2130 test_channel \