comparison src/version.c @ 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 2a8890b80923
children 2779d593a706
comparison
equal deleted inserted replaced
12318:fb6888115062 12319:c7e95667d14b
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1039,
772 /**/ 774 /**/
773 1038, 775 1038,
774 /**/ 776 /**/
775 1037, 777 1037,
776 /**/ 778 /**/