commit | e5e6950193ddf365c6c507ddefcd7f9db939e5ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 22:09:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 22:09:21 2019 +0200 |
tree | 02d8812b3a0e0b73123eab630a4894ae6bc830d6 | |
parent | f03e328348f87e1fe8ce4aad2a6a4237b9f78ce3 [diff] [blame] |
patch 8.1.1733: the man ftplugin leaves an empty buffer behind Problem: The man ftplugin leaves an empty buffer behind. Solution: Don't make new window and edit, use split. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index cdff0d3..e544975 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1733, +/**/ 1732, /**/ 1731,