comparison src/version.c @ 28580:39df510f97c3 v8.2.4814

patch 8.2.4814: possible to leave a popup window with win_gotoid() Commit: https://github.com/vim/vim/commit/4a392d244018fadda375a490f4f4b921023248b9 Author: LemonBoy <thatlemon@gmail.com> Date: Sat Apr 23 14:07:56 2022 +0100 patch 8.2.4814: possible to leave a popup window with win_gotoid() Problem: Possible to leave a popup window with win_gotoid(). Solution: Give an error when trying to leave a popup window with win_gotoid(). (closes #10253)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 15:15:03 +0200
parents 8cba27db759a
children 278a14b00896
comparison
equal deleted inserted replaced
28579:15fd1bae2d57 28580:39df510f97c3
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4814,
749 /**/ 751 /**/
750 4813, 752 4813,
751 /**/ 753 /**/
752 4812, 754 4812,
753 /**/ 755 /**/