diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:07:24 -0400 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:07:24 -0400 |
| commit | 182b550ef2ba2b954e1f034ca04407f2e0c1c5f6 (patch) | |
| tree | 5fabe22f8185b16c00285827fb57eb1dbec6c566 /config | |
| parent | f415932b2da69261631044d6f910a14e24175b6c (diff) | |
| parent | a16eab9e57368188c834634cd824ce1ac5613db1 (diff) | |
| download | rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.tar.gz rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.tar.bz2 rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.zip | |
Merge pull request #2532 from Pyrohh/doc-cleanup-3
[RDY] Doc cleanup (3) + terminal remnants
Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
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 0419451e26..d7f3913e27 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -65,7 +65,6 @@ #define FEAT_BROWSE #define FEAT_CSCOPE -#define FEAT_MOUSE #ifndef UNIT_TESTING #cmakedefine HAVE_JEMALLOC |