commit | 026587b35c42301bcc2214207346b62ef2efed41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 15:08:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 15:08:00 2019 +0200 |
tree | 84d588af919fadcbd6b7c4ee068ae80db63ba914 | |
parent | 4ad62155a1015751a6645aaecd94b02c94c8934b [diff] [blame] |
patch 8.1.1870: using :pedit from a help file sets help filetype Problem: Using :pedit from a help file sets the preview window to help filetype. (Wang Shidong) Solution: Do not set "keep_help_flag". (closes #3536)
diff --git a/src/version.c b/src/version.c index cb59ef0..8e2ac30 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1870, +/**/ 1869, /**/ 1868,