mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
viml/parser/expressions,tests: Add AST freeing, with sanity checks
This commit is contained in:
@@ -358,6 +358,8 @@ format_luav = function(v, indent)
|
||||
else
|
||||
ret = ('%e'):format(v)
|
||||
end
|
||||
elseif type(v) == 'nil' then
|
||||
ret = 'nil'
|
||||
else
|
||||
print(type(v))
|
||||
-- Not implemented yet
|
||||
|
||||
Reference in New Issue
Block a user