diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index a901c4f13c..20d20d9a90 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -82,7 +82,7 @@ The following new APIs or features were added. • |vim.system()| for running system commands. -• |nvim_set_keymap()| now supports abbreviations. +• |nvim_set_keymap()| and |nvim_del_keymap()| now support abbreviations. ============================================================================== CHANGED FEATURES *news-changed* |