mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
Remove useless FEAT_BROWSE ifdef
The only thing this affected was the return value of has('browsefilter').
This commit is contained in:
@@ -54,7 +54,6 @@
|
|||||||
#cmakedefine UNIX
|
#cmakedefine UNIX
|
||||||
#cmakedefine USE_FNAME_CASE
|
#cmakedefine USE_FNAME_CASE
|
||||||
|
|
||||||
#define FEAT_BROWSE
|
|
||||||
#define FEAT_CSCOPE
|
#define FEAT_CSCOPE
|
||||||
|
|
||||||
#ifndef UNIT_TESTING
|
#ifndef UNIT_TESTING
|
||||||
|
@@ -10556,9 +10556,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
|||||||
#endif
|
#endif
|
||||||
"arabic",
|
"arabic",
|
||||||
"autocmd",
|
"autocmd",
|
||||||
#ifdef FEAT_BROWSE
|
|
||||||
"browsefilter",
|
"browsefilter",
|
||||||
#endif
|
|
||||||
"byte_offset",
|
"byte_offset",
|
||||||
"cindent",
|
"cindent",
|
||||||
"cmdline_compl",
|
"cmdline_compl",
|
||||||
|
Reference in New Issue
Block a user