mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
patch 9.2.0163: MS-Windows: Compile warning for unused variable
Problem: MS-Windows: Compile warning for unused variable
(after v9.2.0160)
Solution: Add ifdef HAVE_TGETENT (John Marriott).
related: #19676
Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
81d5329ace
commit
09af51afbe
@@ -675,6 +675,7 @@ static tcap_entry_T builtin_kitty[] = {
|
||||
{(int)KS_NAME, NULL} // end marker
|
||||
};
|
||||
|
||||
#ifdef HAVE_TGETENT
|
||||
/*
|
||||
* Additions for enabling/disabling synchronized output mode for terminal.
|
||||
*/
|
||||
@@ -683,6 +684,7 @@ static tcap_entry_T builtin_sync_output[] = {
|
||||
{(int)KS_ESU, "\033[?2026l"},
|
||||
{(int)KS_NAME, NULL} // end marker
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
* List of DECRQM modes that Vim supports
|
||||
|
||||
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
163,
|
||||
/**/
|
||||
162,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user