commit | bca9c301936c9ba4ee67528f81393debf83844b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 15:28:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 15:28:45 2019 +0200 |
tree | 3c6be342bfa4aabe95f7fd88f920de8b996a618c | |
parent | f96ae0b5a2e9e097c38cec04ec35364565d42271 [diff] [blame] |
patch 8.1.1768: man plugin changes setting in current window Problem: Man plugin changes setting in current window. Solution: Set options later. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 496a2ee..166b17c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1768, +/**/ 1767, /**/ 1766,