diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/syntax.c b/src/syntax.c index fb3285729f..ba33f16e23 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -4187,7 +4187,7 @@ static void syn_cmd_include(exarg_T *eap, int syncing)     */    eap->argt |= (XFILE | NOSPC);    separate_nextcmd(eap); -  if (*eap->arg == '<' || *eap->arg == '$' || mch_isFullName(eap->arg)) { +  if (*eap->arg == '<' || *eap->arg == '$' || mch_is_full_name(eap->arg)) {      /* For an absolute path, "$VIM/..." or "<sfile>.." we ":source" the       * file.  Need to expand the file name first.  In other cases       * ":runtime!" is used. */ | 
