commit | 25ea0544587dd45088512fec9d7a685e35fea679 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 23:16:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 23:16:28 2017 +0100 |
tree | 0038abd019ded330eb77ba548b1bbd24a343f1b3 | |
parent | 6b40f303291be6b2fe524b5708e089773048c269 [diff] [blame] |
patch 8.0.0300: cannot stop diffing hidden buffers Problem: Cannot stop diffing hidden buffers. (Daniel Hahler) Solution: When using :diffoff! make the whole list if diffed buffers empty. (closes #736)
diff --git a/src/version.c b/src/version.c index fa51e56..da53eb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 300, +/**/ 299, /**/ 298,