summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-23 22:30:28 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-23 22:30:28 +0000
commit7df351eb8aecf8e542c7ebecc4ec734107a8aacb (patch)
tree84346fa33458434296592b3f8c7987e6b94514fb /src/ex_cmds2.c
parent09df3127f43aa9804e077726ac1bf17cb9e2c85f (diff)
updated for version 7.0186v7.0186
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 0926e9b308..8a7999ff22 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -1608,8 +1608,7 @@ get_arglist(gap, str)
return OK;
}
-#if defined(FEAT_QUICKFIX) || (defined(FEAT_SYN_HL) && defined(FEAT_MBYTE)) \
- || defined(PROTO)
+#if defined(FEAT_QUICKFIX) || defined(FEAT_SYN_HL) || defined(PROTO)
/*
* Parse a list of arguments (file names), expand them and return in
* "fnames[fcountp]".