aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-07-13 14:55:35 +0200
committerGitHub <noreply@github.com>2024-07-13 14:55:35 +0200
commit2ad84286375112524e118a4f6ced68782b285a52 (patch)
tree7c5ababfadc6ce9904728ac76b2cd21a8536ef0a /runtime
parentb0f39f3ef5502c037b5bdb0da3d45d312b7fdc2a (diff)
parent970a27927eb31bdc735f0d7d5e3d07784486c6de (diff)
downloadrneovim-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.txt3
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