diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-09-18 21:17:06 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-10-01 15:22:48 -0300 |
commit | c1edd0799000956b8bd23cbc49a4b015e117879e (patch) | |
tree | 28d43fba1b4830b0c297311431cedcfda637ae71 /test/functional/helpers.lua | |
parent | afe8a32be01d006d6c25f69b4aa1b6e92464ab63 (diff) | |
download | rneovim-c1edd0799000956b8bd23cbc49a4b015e117879e.tar.gz rneovim-c1edd0799000956b8bd23cbc49a4b015e117879e.tar.bz2 rneovim-c1edd0799000956b8bd23cbc49a4b015e117879e.zip |
shell: Ensure silent bang mappings won't cut output
Setting `msg_didout` after `call_shell` is enough as it will cause
`hit_return_msg()` to print on next line.
Close #3269
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index 9cd1fd7ab3..80cb1e5ce3 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -372,5 +372,6 @@ return { set_session = set_session, write_file = write_file, rmdir = rmdir, + mkdir = lfs.mkdir, exc_exec = exc_exec, } |