mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
removed unnecessary feed calls
This commit is contained in:
@@ -15,8 +15,6 @@ describe('autoread TUI FocusGained/FocusLost', function()
|
||||
clear()
|
||||
screen = thelpers.screen_setup(0, '["'..nvim_prog
|
||||
..'", "-u", "NONE", "-i", "NONE", "--cmd", "set noswapfile noshowcmd noruler"]')
|
||||
feed_command('set autoread')
|
||||
feed_data("\034\016")
|
||||
end)
|
||||
|
||||
it('external file change', function()
|
||||
|
||||
Reference in New Issue
Block a user