mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.3.819
Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python.
This commit is contained in:
@@ -5164,8 +5164,7 @@ gui_mch_haskey(char_u *name)
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
#if defined(FEAT_TITLE) \
|
||||
|| defined(PROTO)
|
||||
#if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO)
|
||||
/*
|
||||
* Return the text window-id and display. Only required for X-based GUI's
|
||||
*/
|
||||
|
Reference in New Issue
Block a user