mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
vim-patch:8.1.1540: cannot build without +eval #10729
Problem: Cannot build without the +eval feature.
Solution: Define ex_const if needed.
0abb4273f6
This commit is contained in:

committed by
Justin M. Keyes

parent
4bb728dfa0
commit
a48896c6e7
@@ -4060,10 +4060,9 @@ static char_u *replace_makeprg(exarg_T *eap, char_u *p, char_u **cmdlinep)
|
|||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
// Expand file name in Ex command argument.
|
||||||
* Expand file name in Ex command argument.
|
// When an error is detected, "errormsgp" is set to a non-NULL pointer.
|
||||||
* Return FAIL for failure, OK otherwise.
|
// Return FAIL for failure, OK otherwise.
|
||||||
*/
|
|
||||||
int expand_filename(exarg_T *eap, char_u **cmdlinep, char_u **errormsgp)
|
int expand_filename(exarg_T *eap, char_u **cmdlinep, char_u **errormsgp)
|
||||||
{
|
{
|
||||||
int has_wildcards; /* need to expand wildcards */
|
int has_wildcards; /* need to expand wildcards */
|
||||||
|
Reference in New Issue
Block a user