diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-21 17:08:29 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-11-21 17:08:29 -0300 |
commit | af5eaf22c529205ea75665df4a917b9294419f12 (patch) | |
tree | d204eca11f8ea4fa128016f68a1bc0f8af62ff18 /test/functional/shell/viml_system_spec.lua | |
parent | 2c29b20af767bd7ebebeb41da14df4d66a19d5a0 (diff) | |
parent | f09a33bbc131138f67aa13752559ade2d4e577c2 (diff) | |
download | rneovim-af5eaf22c529205ea75665df4a917b9294419f12.tar.gz rneovim-af5eaf22c529205ea75665df4a917b9294419f12.tar.bz2 rneovim-af5eaf22c529205ea75665df4a917b9294419f12.zip |
Merge PR #1518 'Improve functional tests and perform explicit K_EVENT handling'
Diffstat (limited to 'test/functional/shell/viml_system_spec.lua')
-rw-r--r-- | test/functional/shell/viml_system_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua index 91e115aedf..84c8765b48 100644 --- a/test/functional/shell/viml_system_spec.lua +++ b/test/functional/shell/viml_system_spec.lua @@ -10,6 +10,7 @@ local eq, clear, eval, feed, nvim = local function create_file_with_nuls(name) return function() feed('ipart1<C-V>000part2<C-V>000part3<ESC>:w '..name..'<CR>') + eval('1') -- wait for the file to be created end end |