diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-08 23:08:01 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-22 20:56:16 +0200 |
commit | 4d97abe805ce7153f29a40c3614a960a7d6e8371 (patch) | |
tree | 983cc76a951026fd97c9cb97b9e1d127dc97e799 /runtime/doc/deprecated.txt | |
parent | 43356a43d00ff69e90afd5186e066b4d27b66d9d (diff) | |
download | rneovim-4d97abe805ce7153f29a40c3614a960a7d6e8371.tar.gz rneovim-4d97abe805ce7153f29a40c3614a960a7d6e8371.tar.bz2 rneovim-4d97abe805ce7153f29a40c3614a960a7d6e8371.zip |
doc
Diffstat (limited to 'runtime/doc/deprecated.txt')
-rw-r--r-- | runtime/doc/deprecated.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 9e74efabe0..9272c0693e 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -12,6 +12,9 @@ updated. ============================================================================== +API ~ +*nvim_buf_clear_highlight()* Use |nvim_buf_clear_namespace()| instead. + Commands ~ *:rv* *:rviminfo* Deprecated alias to |:rshada| command. |