Remove FEAT_EVAL

Support for VimScript, :let, :if, etc.
This commit is contained in:
Hinidu
2014-04-11 23:58:31 +03:00
committed by Justin M. Keyes
parent 5f2ccb94d2
commit a29b94e2f9
9 changed files with 3 additions and 27 deletions

View File

@@ -321,11 +321,6 @@ void trans_characters(char_u *buf, int bufsize)
}
}
#if defined(FEAT_EVAL) \
|| defined(FEAT_TITLE) \
|| defined(FEAT_INS_EXPAND) \
|| defined(PROTO)
/// Translate a string into allocated memory, replacing special chars with
/// printable chars. Returns NULL when out of memory.
///
@@ -394,9 +389,6 @@ char_u *transstr(char_u *s)
return res;
}
#endif // if defined(FEAT_EVAL) || defined(FEAT_TITLE)
// || defined(FEAT_INS_EXPAND) || defined(PROTO)
/// Convert the string "str[orglen]" to do ignore-case comparing. Uses the
/// current locale.
///