mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
Remove FEAT_EVAL
Support for VimScript, :let, :if, etc.
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
Reference in New Issue
Block a user