mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 07:02:46 +00:00
docs: fix typos (#20394)
Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -905,7 +905,7 @@ describe('lua stdlib', function()
|
||||
]]))
|
||||
|
||||
-- vim.empty_dict() gives new value each time
|
||||
-- equality is not overriden (still by ref)
|
||||
-- equality is not overridden (still by ref)
|
||||
-- non-empty table uses the usual heuristics (ignores the tag)
|
||||
eq({false, {"foo"}, {namey="bar"}}, exec_lua([[
|
||||
local aa = vim.empty_dict()
|
||||
|
||||
Reference in New Issue
Block a user