diff --git a/src/version.c b/src/version.c index 6d0921075..fc314dbed 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4350, /**/ 4349, /**/ diff --git a/src/vim.h b/src/vim.h index 4f95bb45f..3fea0d968 100644 --- a/src/vim.h +++ b/src/vim.h @@ -120,7 +120,6 @@ || defined(FEAT_GUI_HAIKU) \ || defined(FEAT_GUI_MSWIN) \ || defined(FEAT_GUI_PHOTON) -# define FEAT_GUI_ENABLED // also defined with NO_X11_INCLUDES # if !defined(FEAT_GUI) && !defined(NO_X11_INCLUDES) # define FEAT_GUI # endif