diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-01 14:32:42 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-01 14:36:23 -0500 |
commit | 0c54dc55284ec3f9ad914db3da484464161e9c09 (patch) | |
tree | 0b381bb249c5d0c4e5efbf4ccbc95f38460f9d24 /src/nvim/eval.c | |
parent | 4a0c0fd32153e1f65aa720b558c6ff2943b9ad4e (diff) | |
download | rneovim-0c54dc55284ec3f9ad914db3da484464161e9c09.tar.gz rneovim-0c54dc55284ec3f9ad914db3da484464161e9c09.tar.bz2 rneovim-0c54dc55284ec3f9ad914db3da484464161e9c09.zip |
Remove useless FEAT_BROWSE ifdef
The only thing this affected was the return value of
has('browsefilter').
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 7685e422fc..4cb3f58dbb 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -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", |