comparison src/version.c @ 18989:7abe2444d1e1 v8.2.0055

patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled Commit: https://github.com/vim/vim/commit/257a396879ff67a0482841a39237f30a8e1e27c5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 29 15:19:03 2019 +0100 patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabled Problem: Cannot use ":gui" in vimrc with VIMDLL enabled. Solution: Change the logic, check "gui.starting". (Ken Takata, closes https://github.com/vim/vim/issues/5408)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Dec 2019 15:30:03 +0100
parents e378907d79bf
children 847cc7932c42
comparison
equal deleted inserted replaced
18988:6badd08088e1 18989:7abe2444d1e1
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 55,
745 /**/ 747 /**/
746 54, 748 54,
747 /**/ 749 /**/
748 53, 750 53,
749 /**/ 751 /**/