Remove useless FEAT_BROWSE ifdef

The only thing this affected was the return value of
has('browsefilter').
This commit is contained in:
Michael Reed
2015-11-01 14:32:42 -05:00
parent 4a0c0fd321
commit 0c54dc5528
2 changed files with 0 additions and 3 deletions

View File

@@ -54,7 +54,6 @@
#cmakedefine UNIX
#cmakedefine USE_FNAME_CASE
#define FEAT_BROWSE
#define FEAT_CSCOPE
#ifndef UNIT_TESTING

View File

@@ -10556,9 +10556,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
#endif
"arabic",
"autocmd",
#ifdef FEAT_BROWSE
"browsefilter",
#endif
"byte_offset",
"cindent",
"cmdline_compl",