comparison src/version.c @ 19135:17722555af22 v8.2.0127

patch 8.2.0127: some buffer commands work in a popup window Commit: https://github.com/vim/vim/commit/3029bcc094415243bad14e5720f68e857b755dad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 18 15:06:19 2020 +0100 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 https://github.com/vim/vim/issues/5494)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jan 2020 15:15:04 +0100
parents dc6a0b05b082
children 69f0e9b5c107
comparison
equal deleted inserted replaced
19134:28c9fd90f9af 19135:17722555af22
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 127,
745 /**/ 747 /**/
746 126, 748 126,
747 /**/ 749 /**/
748 125, 750 125,
749 /**/ 751 /**/