mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-223
This commit is contained in:
@@ -317,7 +317,8 @@ trans_characters(buf, bufsize)
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(FEAT_EVAL) || defined(FEAT_TITLE) || defined(PROTO)
|
||||
#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.
|
||||
|
Reference in New Issue
Block a user