diff options
Diffstat (limited to 'src/arglist.c')
-rw-r--r-- | src/arglist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arglist.c b/src/arglist.c index 4c64d2ab5..bc51cded1 100644 --- a/src/arglist.c +++ b/src/arglist.c @@ -295,7 +295,7 @@ get_arglist(garray_T *gap, char_u *str, int escaped) return OK; } -#if defined(FEAT_QUICKFIX) || defined(FEAT_SYN_HL) || defined(PROTO) +#if defined(FEAT_QUICKFIX) || defined(FEAT_SYN_HL) || defined(FEAT_SPELL) || defined(PROTO) /* * Parse a list of arguments (file names), expand them and return in * "fnames[fcountp]". When "wig" is TRUE, removes files matching 'wildignore'. |