forked from aniani/vim
patch 9.0.0981: build error in tiny version
Problem: Build error in tiny version. Solution: Add #ifdef.
This commit is contained in:
parent
733a69b29f
commit
c3f1881aed
@ -3726,7 +3726,9 @@ may_send_t_RK(void)
|
|||||||
if (send_t_RK
|
if (send_t_RK
|
||||||
&& !work_pending()
|
&& !work_pending()
|
||||||
&& !ex_normal_busy
|
&& !ex_normal_busy
|
||||||
|
#ifdef FEAT_EVAL
|
||||||
&& !in_feedkeys
|
&& !in_feedkeys
|
||||||
|
#endif
|
||||||
&& !exiting)
|
&& !exiting)
|
||||||
{
|
{
|
||||||
send_t_RK = FALSE;
|
send_t_RK = FALSE;
|
||||||
|
@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
981,
|
||||||
/**/
|
/**/
|
||||||
980,
|
980,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user