commit | 349f609f8990a3aca9a4b8faa0585d75e03116db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 06 20:46:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 06 20:46:49 2020 +0200 |
tree | 02b404547152990ad45eb9eb7736e21b4b4da38e | |
parent | 253b16a4abdad1df350b9ddd9a709520b063934c [diff] [blame] |
patch 8.2.1807: can use :help in a terminal popup window Problem: Can use :help in a terminal popup window. Solution: Give an error. (closes #7088)
diff --git a/src/version.c b/src/version.c index a410167..daac372 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1807, +/**/ 1806, /**/ 1805,