aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBK1603 <chouhan.shreyansh2702@gmail.com>2020-07-02 23:54:54 +0530
committerBK1603 <chouhan.shreyansh2702@gmail.com>2020-07-02 23:54:54 +0530
commit4da0530b004cdc156b67566347ecb3a6c6e3929a (patch)
tree3e5810d1e9e1d4292bf50da5cf413b84fb1ae49d
parent3bcc27e16a2694b939fffe0219f46112d7d1eaa0 (diff)
downloadrneovim-4da0530b004cdc156b67566347ecb3a6c6e3929a.tar.gz
rneovim-4da0530b004cdc156b67566347ecb3a6c6e3929a.tar.bz2
rneovim-4da0530b004cdc156b67566347ecb3a6c6e3929a.zip
removed unnecessary feed calls
-rw-r--r--test/functional/autoread/focus_spec.lua2
-rw-r--r--xtest-foo4
2 files changed, 4 insertions, 2 deletions
diff --git a/test/functional/autoread/focus_spec.lua b/test/functional/autoread/focus_spec.lua
index c2ccaa3ccb..be1533b828 100644
--- a/test/functional/autoread/focus_spec.lua
+++ b/test/functional/autoread/focus_spec.lua
@@ -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()
diff --git a/xtest-foo b/xtest-foo
new file mode 100644
index 0000000000..9c2a709062
--- /dev/null
+++ b/xtest-foo
@@ -0,0 +1,4 @@
+line 1
+line 2
+line 3
+line 4