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/highlight_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/highlight_spec.lua')
-rw-r--r-- | test/functional/terminal/highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/highlight_spec.lua b/test/functional/terminal/highlight_spec.lua index f33959c58d..9579e0ea0b 100644 --- a/test/functional/terminal/highlight_spec.lua +++ b/test/functional/terminal/highlight_spec.lua @@ -5,7 +5,7 @@ local feed, clear, nvim = helpers.feed, helpers.clear, helpers.nvim local nvim_dir, command = helpers.nvim_dir, helpers.command local eq, eval = helpers.eq, helpers.eval -describe('terminal window highlighting', function() +describe(':terminal window highlighting', function() local screen before_each(function() |