diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-06-18 00:00:51 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-27 21:19:10 +0200 |
commit | 21f0f7bca5a13fe847478ef27dc26bced9b3f3d1 (patch) | |
tree | 72f91c7794869206527eaa9497671a79aab1d3d8 /test/functional/terminal/helpers.lua | |
parent | a851090dec8600b38d54cd65264e4146ad02b1e0 (diff) | |
download | rneovim-21f0f7bca5a13fe847478ef27dc26bced9b3f3d1.tar.gz rneovim-21f0f7bca5a13fe847478ef27dc26bced9b3f3d1.tar.bz2 rneovim-21f0f7bca5a13fe847478ef27dc26bced9b3f3d1.zip |
paste: WIP #4448
Diffstat (limited to 'test/functional/terminal/helpers.lua')
-rw-r--r-- | test/functional/terminal/helpers.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/terminal/helpers.lua b/test/functional/terminal/helpers.lua index 18f0b9e4c1..2d99a08614 100644 --- a/test/functional/terminal/helpers.lua +++ b/test/functional/terminal/helpers.lua @@ -1,3 +1,6 @@ +-- To test tui/input.c, this module spawns `nvim` inside :terminal and sends +-- bytes via jobsend(). Note: the functional/helpers.lua test-session methods +-- operate on the _host_ session, _not_ the child session. local helpers = require('test.functional.helpers')(nil) local Screen = require('test.functional.ui.screen') local nvim_dir = helpers.nvim_dir |