commit | 7cb33a14c943c0b87dc61c1da438a443f8a43782 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 22:20:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 23 22:20:35 2018 +0200 |
tree | b6ff2caa1d59fc3111a8b49761f24a0199046b12 | |
parent | 4edfe2d2a2d70ea66a7f73e9b923c2d1f6246a57 [diff] [blame] |
patch 8.1.0322: Test_copy_winopt() does not restore 'hidden' Problem: Test_copy_winopt() does not restore 'hidden'. Solution: Restore the option, fix indent. (Ozaki Kiichi, closes #3367)
diff --git a/src/version.c b/src/version.c index 38afc4f..919d790 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 322, +/**/ 321, /**/ 320,