diff options
| author | Hinidu <hinidu@gmail.com> | 2014-04-08 23:52:28 +0300 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-28 13:08:53 -0400 |
| commit | dd7657c1605246e8f7ade35184069a09dc254e84 (patch) | |
| tree | ed644fb940453182556c9ccde856d1a5e472edd2 /config | |
| parent | 3dddceedceebb73b93d399f2c56b0f1b5394c645 (diff) | |
| download | rneovim-dd7657c1605246e8f7ade35184069a09dc254e84.tar.gz rneovim-dd7657c1605246e8f7ade35184069a09dc254e84.tar.bz2 rneovim-dd7657c1605246e8f7ade35184069a09dc254e84.zip | |
Removed FEAT_WINDOWS
Support for multiple windows and status line.
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 88352b1d71..50002bebeb 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -176,7 +176,6 @@ #define FEAT_WAK #define FEAT_WILDIGN #define FEAT_WILDMENU -#define FEAT_WINDOWS #define FEAT_WRITEBACK #define FEAT_HUGE #define FEAT_BIG |