1
0
forked from aniani/vim

patch 8.0.1836: buffer-local window options may not be recent

Problem:    Buffer-local window options may not be recent if the buffer is
            still open in another window.
Solution:   Copy the options from the window instead of the outdated window
            options. (Bjorn Linse, closes #2336)
This commit is contained in:
Bram Moolenaar
2018-05-13 18:05:33 +02:00
parent 2290b1f8aa
commit 25782a7ff4
3 changed files with 70 additions and 1 deletions

View File

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