mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
test: Fix tests failing
This commit is contained in:
@@ -425,6 +425,10 @@ function Screen:_handle_update_bg(bg)
|
||||
self._bg = bg
|
||||
end
|
||||
|
||||
function Screen:_handle_update_sp(sp)
|
||||
self._sp = sp
|
||||
end
|
||||
|
||||
function Screen:_handle_suspend()
|
||||
self.suspended = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user