doc: api.txt; deprecate <special>

This commit is contained in:
Justin M. Keyes
2017-07-02 13:46:41 +02:00
parent 0ea7e45bc1
commit 0b88bf256d
6 changed files with 115 additions and 29 deletions

View File

@@ -141,7 +141,7 @@ Integer nvim_input(String keys)
///
/// @param str String to be converted.
/// @param from_part Legacy Vim parameter. Usually true.
/// @param do_lt Also translate <lt>. Does nothing if `special` is false.
/// @param do_lt Also translate <lt>. Ignored if `special` is false.
/// @param special Replace |keycodes|, e.g. <CR> becomes a "\n" char.
/// @see replace_termcodes
/// @see cpoptions