commit | 3a2505cc183b3c5f4852ae8a945172582fbc650f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 09 16:40:41 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 09 16:40:41 2020 +0100 |
tree | 4094257772a8e52c73df8d8213cb46206edd5d0a | |
parent | 2e09634a7880f55a61cb6b959dd89c51972866af [diff] [blame] |
patch 8.2.0367: can use :pedit in a popup window Problem: Can use :pedit in a popup window. Solution: Disallow it.
diff --git a/src/version.c b/src/version.c index 18e0c14..0c0cebe 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 367, +/**/ 366, /**/ 365,