commit | 3029bcc094415243bad14e5720f68e857b755dad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 18 15:06:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 18 15:06:19 2020 +0100 |
tree | 79e829df7781f4e7c43f2fac6baf9c5344af1302 | |
parent | 94b6fb78c578caab014fea4029bb534246a95f6f [diff] [blame] |
patch 8.2.0127: some buffer commands work in a popup window Problem: Some buffer commands work in a popup window. Solution: Disallow :bnext, :bprev, etc. (Naruhiko Nishino, closes #5494)
diff --git a/src/version.c b/src/version.c index 71aecc8..d6fa59c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 127, +/**/ 126, /**/ 125,