aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-20 22:20:21 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-20 22:20:32 +0200
commitbdd73fc07ff8bcf9502f9c6a980a278b9e7b8f27 (patch)
tree615c16ee4276f53f54f8d99352ec7e3386339eff /src/nvim/api/vim.c
parentbfb9cf1fc3fb377e4ca1430e95435fe7ad06282b (diff)
downloadrneovim-bdd73fc07ff8bcf9502f9c6a980a278b9e7b8f27.tar.gz
rneovim-bdd73fc07ff8bcf9502f9c6a980a278b9e7b8f27.tar.bz2
rneovim-bdd73fc07ff8bcf9502f9c6a980a278b9e7b8f27.zip
api/nvim_replace_termcodes: Document keycodes behavior
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 1fedaf30ef..53e5f71fd4 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -135,7 +135,8 @@ Integer nvim_input(String keys)
return (Integer)input_enqueue(keys);
}
-/// Replaces any terminal codes with the internal representation
+/// Replaces terminal codes and key codes (<CR>, <Esc>, ...) in a string with
+/// the internal representation.
///
/// @see replace_termcodes
/// @see cpoptions