mirror of
https://github.com/neovim/neovim.git
synced 2026-07-16 22:21:30 +00:00
fix(lua): vim._with() doesn't save boolean options properly (#37354)
Problem: vim._with() doesn't save boolean options with false values
properly.
Solution: Use vim.F.if_nil().
This commit is contained in:
@@ -396,7 +396,7 @@ describe('server -> client', function()
|
||||
eq({}, api.nvim_get_chan_info(id)) -- Channel is closed.
|
||||
end)
|
||||
|
||||
it('response works with channel closed just after response', function()
|
||||
it('response works with channel closed just after response #24214', function()
|
||||
local id = start_server_and_client()
|
||||
eq(
|
||||
'RESPONSE',
|
||||
|
||||
Reference in New Issue
Block a user