mirror of
https://github.com/vim/vim.git
synced 2025-11-08 10:27:32 -05:00
patch 9.1.1436: GUI control code is displayed on the console on startup
Problem: GUI control code is displayed on the console on startup Solution: check if Vim is starting up (Hirohito Higashi) closes: #17456 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
2897a8d040
commit
ce2769b5fe
@@ -709,6 +709,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1436,
|
||||
/**/
|
||||
1435,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user