diff options
Diffstat (limited to 'test/functional/plugin/man_spec.lua')
-rw-r--r-- | test/functional/plugin/man_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/plugin/man_spec.lua b/test/functional/plugin/man_spec.lua index 479fd6e7a5..dc189b8f8e 100644 --- a/test/functional/plugin/man_spec.lua +++ b/test/functional/plugin/man_spec.lua @@ -12,8 +12,8 @@ before_each(function() command('set filetype=man') end) -describe('In autoload/man.vim', function() - describe('function man#highlight_formatted_text', function() +describe(':Man', function() + describe('man.lua: highlight_line()', function() local screen before_each(function() |