diff options
author | Andrew Pyatkov <mrbiggfoot@gmail.com> | 2018-04-28 16:39:21 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-29 03:00:48 +0100 |
commit | 894f6bee54e80811f95b8767327d39ab277a4866 (patch) | |
tree | 2e68b87f74f971b6cd7d82dd3a35df95cd128fa4 /test/functional/terminal/cursor_spec.lua | |
parent | 28f87c505d895df8d00a919f6324f5305f02166e (diff) | |
download | rneovim-894f6bee54e80811f95b8767327d39ab277a4866.tar.gz rneovim-894f6bee54e80811f95b8767327d39ab277a4866.tar.bz2 rneovim-894f6bee54e80811f95b8767327d39ab277a4866.zip |
:terminal : set topline based on window height #8325
closes #8324
closes #8556
Diffstat (limited to 'test/functional/terminal/cursor_spec.lua')
-rw-r--r-- | test/functional/terminal/cursor_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/cursor_spec.lua b/test/functional/terminal/cursor_spec.lua index d942723d02..ef12438ecc 100644 --- a/test/functional/terminal/cursor_spec.lua +++ b/test/functional/terminal/cursor_spec.lua @@ -7,7 +7,7 @@ local feed_command = helpers.feed_command local hide_cursor = thelpers.hide_cursor local show_cursor = thelpers.show_cursor -describe('terminal cursor', function() +describe(':terminal cursor', function() local screen before_each(function() |