mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 06:53:05 +00:00
Remove useless FEAT_BROWSE ifdef
The only thing this affected was the return value of
has('browsefilter').
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user