Merge pull request #289 from horriblename/lua-include-empty-attrs

lib: do not filter out empty attrs in toLuaObject
This commit is contained in:
Frothy 2024-05-21 07:16:03 -04:00 committed by GitHub
commit 2c9a9b4d29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 12 deletions

View file

@ -19,6 +19,8 @@ Release notes for release 0.7
[horriblename](https://github.com/horriblename):
- Fix broken treesitter-context keybinds in visual mode
- Depcrecate use of `__empty` to define empty tables in lua. Empty attrset are
no longer filtered and thus should be used instead.
[NotAShelf](https://github.com/notashelf)