diff options
| author | Raphael <glephunter@gmail.com> | 2024-01-20 08:08:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 08:08:44 +0800 |
| commit | 98a4ed0a110625e63950d85b26f3e4614393ea04 (patch) | |
| tree | c2a51aa96d1b99e97c01bd8303334bd3eb302044 /runtime | |
| parent | d3a8e9217f39c59dd7762bd22a76b8bd03ca85ff (diff) | |
| download | rneovim-98a4ed0a110625e63950d85b26f3e4614393ea04.tar.gz rneovim-98a4ed0a110625e63950d85b26f3e4614393ea04.tar.bz2 rneovim-98a4ed0a110625e63950d85b26f3e4614393ea04.zip | |
feat(api): support getting abbreviations (#26868)
Diffstat (limited to 'runtime')
| -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 7743f5981a..05cfad5af1 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -159,7 +159,7 @@ The following new APIs and features were added. • |nvim_win_text_height()| computes the number of screen lines occupied by a range of text in a given window. -• |nvim_set_keymap()| and |nvim_del_keymap()| now support abbreviations. +• Mapping APIs now support abbreviations when mode short-name has suffix "a". • Better cmdline completion for string option value. |complete-set-option| |