0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 9.0.0972: build failure on some systems

Problem:    Build failure on some systems.
Solution:   Adjust #ifdefs related to the termresponse feature.
This commit is contained in:
Bram Moolenaar
2022-11-29 16:09:18 +00:00
parent 6f2a227565
commit 4e6072b8d3
4 changed files with 49 additions and 38 deletions

View File

@@ -2917,7 +2917,6 @@ updateWindow(win_T *wp)
}
#endif
#if defined(FEAT_TERMRESPONSE) || defined(PROTO)
/*
* Redraw as soon as possible. When the command line is not scrolled redraw
* right away and restore what was on the command line.
@@ -3049,7 +3048,6 @@ redraw_asap(int type)
return ret;
}
#endif
/*
* Invoked after an asynchronous callback is called.