1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-09-02 19:45:19 +02:00
parent cf4b00c856
commit b31cf2bb0b
6 changed files with 167 additions and 67 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1039,
/**/
1038,
/**/