Fix bad reference to _window

pull/3/head
Iron-E 4 years ago
parent e3a6b651a1
commit b1a7207358
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22

@ -91,7 +91,7 @@ function Popup.new()
{
['_buffer'] = buf,
['_inputChars'] = {},
['window'] = api.nvim_call_function(
['_window'] = api.nvim_call_function(
'nvim_open_win', {buf, false, _winOpenOpts}
)
},

Loading…
Cancel
Save