mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
A Mudholland Dr. Recast
The commit summary maybe does not make sense, but calling a function that does not wait on anything `wait()` makes even less sense.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local thelpers = require('test.functional.terminal.helpers')
|
||||
local feed, clear, nvim = helpers.feed, helpers.clear, helpers.nvim
|
||||
local wait = helpers.wait
|
||||
local poke_eventloop = helpers.poke_eventloop
|
||||
local eval, feed_command, source = helpers.eval, helpers.feed_command, helpers.source
|
||||
local eq, neq = helpers.eq, helpers.neq
|
||||
local write_file = helpers.write_file
|
||||
@@ -13,7 +13,7 @@ describe(':terminal buffer', function()
|
||||
before_each(function()
|
||||
clear()
|
||||
feed_command('set modifiable swapfile undolevels=20')
|
||||
wait()
|
||||
poke_eventloop()
|
||||
screen = thelpers.screen_setup()
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user