mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
api/cursor_style_set: mode descriptions
This commit is contained in:
@@ -313,8 +313,8 @@ function Screen:_redraw(updates)
|
||||
if handler ~= nil then
|
||||
handler(self, unpack(update[i]))
|
||||
else
|
||||
assert(self._on_event, "Either add an Screen:_handle_XXX method "..
|
||||
" or call Screen:set_on_event_handler")
|
||||
assert(self._on_event,
|
||||
"Add Screen:_handle_XXX method or call Screen:set_on_event_handler")
|
||||
self._on_event(method, update[i])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user