Vim-patch 8.0.0300 (#7258)

vim-patch:8.0.0300

Problem:    Cannot stop diffing hidden buffers. (Daniel Hahler)
Solution:   When using :diffoff! make the whole list if diffed buffers empty.
            (closes vim/vim#736)

25ea054458
This commit is contained in:
KunMing Xie
2017-09-11 22:17:41 +08:00
committed by James McCoy
parent f51a397010
commit d2cbc31185
3 changed files with 57 additions and 1 deletions

View File

@@ -652,7 +652,7 @@ static const int included_patches[] = {
// 303,
// 302,
// 301,
// 300,
300,
// 299,
// 298,
297,