Merge #814 'Remove dead #ifdefed code'

This commit is contained in:
Justin M. Keyes
2014-08-07 02:20:12 -04:00
21 changed files with 226 additions and 445 deletions

View File

@@ -61,11 +61,7 @@ static char *(features[]) = {
"+conceal",
"+cscope",
"+cursorbind",
#ifdef CURSOR_SHAPE
"+cursorshape",
#else // ifdef CURSOR_SHAPE
"-cursorshape",
#endif // ifdef CURSOR_SHAPE
"+dialog_con",
"+diff",
"+digraphs",
@@ -145,11 +141,7 @@ static char *(features[]) = {
"+syntax",
"+tag_binary",
"+tag_old_static",
#ifdef FEAT_TAG_ANYWHITE
"+tag_any_white",
#else // ifdef FEAT_TAG_ANYWHITE
"-tag_any_white",
#endif // ifdef FEAT_TAG_ANYWHITE
#if defined(UNIX)
// only Unix can have terminfo instead of termcap