mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +00:00
test/ui: update tests for new msg_grid implementation
This commit is contained in:
@@ -222,6 +222,7 @@ describe('timers', function()
|
||||
let g:val = 0
|
||||
func! MyHandler(timer)
|
||||
echo "evil"
|
||||
redraw
|
||||
let g:val = 1
|
||||
endfunc
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user