diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-08-10 21:57:45 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-08-18 21:40:27 -0400 |
commit | cb11de18a20230fc20adfcd7922081d68f8ae9eb (patch) | |
tree | 6678134aa8118f98447716cd83a716f18eadd078 | |
parent | a5b915e56c58b64234f3110b0b208e42d6a7229c (diff) | |
download | rneovim-cb11de18a20230fc20adfcd7922081d68f8ae9eb.tar.gz rneovim-cb11de18a20230fc20adfcd7922081d68f8ae9eb.tar.bz2 rneovim-cb11de18a20230fc20adfcd7922081d68f8ae9eb.zip |
test: win: enable WinEnter terminal test
-rw-r--r-- | test/functional/terminal/window_split_tab_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/terminal/window_split_tab_spec.lua b/test/functional/terminal/window_split_tab_spec.lua index ad70b3d14f..7b49a38e77 100644 --- a/test/functional/terminal/window_split_tab_spec.lua +++ b/test/functional/terminal/window_split_tab_spec.lua @@ -37,7 +37,6 @@ describe(':terminal', function() end) it('does not change size on WinEnter', function() - if helpers.pending_win32(pending) then return end feed('<c-\\><c-n>') feed('k') feed_command('2split') |