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 /config | |
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 'config')
-rw-r--r-- | config/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.h.in b/config/config.h.in index f8a795327f..7d901180b4 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -54,7 +54,6 @@ #cmakedefine UNIX #cmakedefine USE_FNAME_CASE -#define FEAT_BROWSE #define FEAT_CSCOPE #ifndef UNIT_TESTING |