diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-03-07 00:28:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 00:28:53 +0100 |
commit | 39096f48f0a632870f0792955b37dc32e77458fb (patch) | |
tree | d3771db3f27af30dfcfd67599614b610ceee688d /runtime/doc/news.txt | |
parent | 6aa5346b04d6ffbac1ba8fc5626182c16b5ad947 (diff) | |
parent | 79571b92ced968ad27bee2a7515a4a04e84dbad2 (diff) | |
download | rneovim-39096f48f0a632870f0792955b37dc32e77458fb.tar.gz rneovim-39096f48f0a632870f0792955b37dc32e77458fb.tar.bz2 rneovim-39096f48f0a632870f0792955b37dc32e77458fb.zip |
Merge pull request #13834 from bfredl/omnilua
omnifunc for builtin lua
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 825496cff5..2db1e75bf7 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -192,6 +192,8 @@ The following new APIs or features were added. disabled by default and can be enabled by setting the `workspace.didChangeWatchedFiles.dynamicRegistration=true` capability. +• Added an omnifunc implementation for lua, |vim.lua_omnifunc()| + ============================================================================== CHANGED FEATURES *news-changes* |