0
0
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:
Bram Moolenaar
2007-03-27 10:42:05 +00:00
parent 39353fdbec
commit 7cc36e9402
3 changed files with 18 additions and 3 deletions

View File

@@ -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.