aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
diff options
context:
space:
mode:
authorAdnoC <adam.r.cutler@gmail.com>2016-04-23 18:01:15 -0400
committerAdnoC <adam.r.cutler@gmail.com>2016-05-17 16:31:56 -0400
commitf6a82c1d4fbda50cc167ac138d0e58e9bdad627e (patch)
tree7199bf85b1af023c70320dfdec00b060a6f182ae /test/functional/ui/screen.lua
parent244cfe86b58bbf94778d09deb2b452e551594179 (diff)
downloadrneovim-f6a82c1d4fbda50cc167ac138d0e58e9bdad627e.tar.gz
rneovim-f6a82c1d4fbda50cc167ac138d0e58e9bdad627e.tar.bz2
rneovim-f6a82c1d4fbda50cc167ac138d0e58e9bdad627e.zip
test: Fix tests failing
Diffstat (limited to 'test/functional/ui/screen.lua')
-rw-r--r--test/functional/ui/screen.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua
index a11fab18a2..93f7142dab 100644
--- a/test/functional/ui/screen.lua
+++ b/test/functional/ui/screen.lua
@@ -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