diff options
author | bfredl <bjorn.linse@gmail.com> | 2024-07-13 14:55:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-13 14:55:35 +0200 |
commit | 2ad84286375112524e118a4f6ced68782b285a52 (patch) | |
tree | 7c5ababfadc6ce9904728ac76b2cd21a8536ef0a /runtime | |
parent | b0f39f3ef5502c037b5bdb0da3d45d312b7fdc2a (diff) | |
parent | 970a27927eb31bdc735f0d7d5e3d07784486c6de (diff) | |
download | rneovim-2ad84286375112524e118a4f6ced68782b285a52.tar.gz rneovim-2ad84286375112524e118a4f6ced68782b285a52.tar.bz2 rneovim-2ad84286375112524e118a4f6ced68782b285a52.zip |
Merge pull request #29659 from amitds1997/fix/empty-dict-encoding
fix(lua)!: do not use typed table for empty dict
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 39b3a506ca..2514ee8a92 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -69,7 +69,8 @@ LSP LUA -• TODO +• API functions now consistently return an empty dictionary as + |vim.empty_dict()|. Earlier, a |lua-special-tbl| was sometimes used. OPTIONS |