diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2016-04-13 09:24:29 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2016-04-13 09:24:29 -0300 |
commit | 982198143d3a6f5e9e4880b37206db6fbcb05c7c (patch) | |
tree | b85f5789efce5713b5e5f05b27fda6166afb17c3 /test/functional/ex_cmds/oldfiles_spec.lua | |
parent | f47a20a266f89be31e20f727de59708759795345 (diff) | |
parent | c18d5917e3442162f20eb9e95ba4bcffbbd8408b (diff) | |
download | rneovim-982198143d3a6f5e9e4880b37206db6fbcb05c7c.tar.gz rneovim-982198143d3a6f5e9e4880b37206db6fbcb05c7c.tar.bz2 rneovim-982198143d3a6f5e9e4880b37206db6fbcb05c7c.zip |
Merge PR #4398 'Update lua client'
Diffstat (limited to 'test/functional/ex_cmds/oldfiles_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/oldfiles_spec.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/ex_cmds/oldfiles_spec.lua b/test/functional/ex_cmds/oldfiles_spec.lua index dac6757a97..3d90d20ab3 100644 --- a/test/functional/ex_cmds/oldfiles_spec.lua +++ b/test/functional/ex_cmds/oldfiles_spec.lua @@ -62,6 +62,9 @@ describe(':oldfiles!', function() _clear() execute('rshada! ' .. shada_file) + -- Ensure nvim is out of "Press ENTER..." screen + feed('<cr>') + -- Ensure v:oldfiles isn't busted. Since things happen so fast, -- the ordering of v:oldfiles is unstable (it uses qsort() under-the-hood). -- Let's verify the contents and the length of v:oldfiles before moving on. |