diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-22 13:14:54 +0100 | 
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-02-26 13:00:01 +0100 | 
| commit | 9dbda597156bd4194b75d91a54819e90c9c13387 (patch) | |
| tree | ed933e824a90944c8aa47e956be5fedfa00e299d /test | |
| parent | 4ceec30cd0b48f865ffae05811c4862cef4a548a (diff) | |
| download | rneovim-9dbda597156bd4194b75d91a54819e90c9c13387.tar.gz rneovim-9dbda597156bd4194b75d91a54819e90c9c13387.tar.bz2 rneovim-9dbda597156bd4194b75d91a54819e90c9c13387.zip | |
test/window_split_tab_spec.lua: fixup
Make the test work after the "follows cursor" changes.
This "auto-resize" feature is going away soon, anyways.
Diffstat (limited to 'test')
| -rw-r--r-- | test/functional/terminal/window_split_tab_spec.lua | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/test/functional/terminal/window_split_tab_spec.lua b/test/functional/terminal/window_split_tab_spec.lua index ed8a63559a..d3386a641e 100644 --- a/test/functional/terminal/window_split_tab_spec.lua +++ b/test/functional/terminal/window_split_tab_spec.lua @@ -28,14 +28,14 @@ describe('terminal', function()      feed('<c-\\><c-n>')      execute('2split')      screen:expect([[ -      tty ready                                         | -      ^rows: 2, cols: 50                                 | +      rows: 2, cols: 50                                 | +      {2:^ }                                                 |        ==========                                        | -      tty ready                                         |        rows: 2, cols: 50                                 |        {2: }                                                 |        {4:~                                                 }|        {4:~                                                 }| +      {4:~                                                 }|        ==========                                        |        :2split                                           |      ]]) @@ -54,14 +54,14 @@ describe('terminal', function()      ]])      execute('wincmd p')      screen:expect([[ -      rows: 5, cols: 50                                 | -      ^rows: 2, cols: 50                                 | +      rows: 2, cols: 50                                 | +      {2:^ }                                                 |        ==========                                        | -      rows: 5, cols: 50                                 |        rows: 2, cols: 50                                 |        {2: }                                                 |        {4:~                                                 }|        {4:~                                                 }| +      {4:~                                                 }|        ==========                                        |        :wincmd p                                         |      ]]) | 
