mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Fix tests failing
This commit is contained in:
parent
244cfe86b5
commit
f6a82c1d4f
@ -425,6 +425,10 @@ function Screen:_handle_update_bg(bg)
|
|||||||
self._bg = bg
|
self._bg = bg
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function Screen:_handle_update_sp(sp)
|
||||||
|
self._sp = sp
|
||||||
|
end
|
||||||
|
|
||||||
function Screen:_handle_suspend()
|
function Screen:_handle_suspend()
|
||||||
self.suspended = true
|
self.suspended = true
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user