diff options
author | tom-anders <13141438+tom-anders@users.noreply.github.com> | 2023-05-06 15:14:00 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-05-22 13:49:42 +0200 |
commit | 29da1a9cf0b44f2edcbff9e45af283f235360947 (patch) | |
tree | 3928756a7ded0da919a16a33341c5696c5581f3d /runtime/doc/news.txt | |
parent | 584319cb03df44374e110d0c4b1d9b84c2d24aeb (diff) | |
download | rneovim-29da1a9cf0b44f2edcbff9e45af283f235360947.tar.gz rneovim-29da1a9cf0b44f2edcbff9e45af283f235360947.tar.bz2 rneovim-29da1a9cf0b44f2edcbff9e45af283f235360947.zip |
docs: update api.txt and add inline virtual text to news.txt
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 9f6ab2ddd0..5690dbf3bc 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -56,6 +56,8 @@ The following new APIs or features were added. • |Query:iter_matches()| now has the ability to set the maximum start depth for matches. +• Added inline virtual text support to |nvim_buf_set_extmark()|. + ============================================================================== CHANGED FEATURES *news-changed* |