commit | 97ce419201421f65f4764549ed80307a7ef9c7a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 01 20:35:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 01 20:35:58 2017 +0100 |
tree | 0ba380c7872e3fed3b109a4af087b7c3b4417e73 | |
parent | 76bb7196f5102c9929959d710e8ed97a19affa4d [diff] [blame] |
patch 8.0.1361: some users don't want to diff with hidden buffers Problem: Some users don't want to diff with hidden buffers. Solution: Add the "hiddenoff" item to 'diffopt'. (Alisue, closes #2394)
diff --git a/src/version.c b/src/version.c index ece615c..604fa41 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1361, +/**/ 1360, /**/ 1359,