aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/deprecated.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-01 22:43:16 -0800
committerJustin M. Keyes <justinkz@gmail.com>2019-12-02 20:52:06 -0800
commitc34130d13a842ae0c0c1724d05800a954547d327 (patch)
tree1f24de9e40afe266f35ebbb6c2fc09be969989c3 /runtime/doc/deprecated.txt
parent22b52dd462e5dc9d5429305215bfb20aa20517c5 (diff)
downloadrneovim-c34130d13a842ae0c0c1724d05800a954547d327.tar.gz
rneovim-c34130d13a842ae0c0c1724d05800a954547d327.tar.bz2
rneovim-c34130d13a842ae0c0c1724d05800a954547d327.zip
API: deprecate nvim_command_output
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r--runtime/doc/deprecated.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt
index b76a37810c..1f9248a130 100644
--- a/runtime/doc/deprecated.txt
+++ b/runtime/doc/deprecated.txt
@@ -14,6 +14,7 @@ updated.
API ~
*nvim_buf_clear_highlight()* Use |nvim_buf_clear_namespace()| instead.
+*nvim_command_output()* Use |nvim_exec()| instead.
Commands ~
*:rv*