diff options
| author | Hinidu <hinidu@gmail.com> | 2014-04-12 10:31:35 +0300 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-28 13:08:55 -0400 |
| commit | 76066e56fcebe58ef4a701de43bc9c3bea6bc47d (patch) | |
| tree | 336833648e9a8e466c1f6a3c2f83fbc874919133 /config | |
| parent | 1299d08be706146e132ec818af49d529ab951763 (diff) | |
| download | rneovim-76066e56fcebe58ef4a701de43bc9c3bea6bc47d.tar.gz rneovim-76066e56fcebe58ef4a701de43bc9c3bea6bc47d.tar.bz2 rneovim-76066e56fcebe58ef4a701de43bc9c3bea6bc47d.zip | |
Remove FEAT_TITLE
'title' and 'icon' options
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 5155a61eb3..4119717df9 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -142,7 +142,6 @@ #define FEAT_TAG_OLDSTATIC #define FEAT_TERMRESPONSE #define FEAT_TEXTOBJ -#define FEAT_TITLE #define FEAT_USR_CMDS #define FEAT_VERTSPLIT #define FEAT_VIMINFO |