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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user