diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-02-06 04:12:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 04:12:14 +0100 |
commit | 12044218887264a885fdf4c7469e68d980c5d738 (patch) | |
tree | 132233232079d2812016b6f7cfe6933c9ea93cb4 /test/functional/terminal/buffer_spec.lua | |
parent | aaa8c3d7112ab29de8b6c61b68bdee254cc0a1e6 (diff) | |
download | rneovim-12044218887264a885fdf4c7469e68d980c5d738.tar.gz rneovim-12044218887264a885fdf4c7469e68d980c5d738.tar.bz2 rneovim-12044218887264a885fdf4c7469e68d980c5d738.zip |
:terminal : set topline based on window height #8325
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
-rw-r--r-- | test/functional/terminal/buffer_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua index 4d6b125f9f..e598c325a8 100644 --- a/test/functional/terminal/buffer_spec.lua +++ b/test/functional/terminal/buffer_spec.lua @@ -6,7 +6,7 @@ local eval, feed_command, source = helpers.eval, helpers.feed_command, helpers.s local eq, neq = helpers.eq, helpers.neq local write_file = helpers.write_file -describe('terminal buffer', function() +describe(':terminal buffer', function() local screen before_each(function() |