diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-09 10:10:22 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-09 10:10:22 +0100 |
commit | 59888b68ab68d974da36a0fae8edce6725ba2167 (patch) | |
tree | 1caa3736d10f57200129c02701f4639d49ed8c2b /test/functional/plugin/msgpack_spec.lua | |
parent | 0ed31303b576a44ecf7d2c579110f69e26f9db60 (diff) | |
parent | eb44519b5debf740f692bb4ea19ad83b29749484 (diff) | |
download | rneovim-59888b68ab68d974da36a0fae8edce6725ba2167.tar.gz rneovim-59888b68ab68d974da36a0fae8edce6725ba2167.tar.bz2 rneovim-59888b68ab68d974da36a0fae8edce6725ba2167.zip |
Merge #7623 'man.vim: highlight bold, underlined text'
Diffstat (limited to 'test/functional/plugin/msgpack_spec.lua')
-rw-r--r-- | test/functional/plugin/msgpack_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/msgpack_spec.lua b/test/functional/plugin/msgpack_spec.lua index 5ba19708cf..4b014cbc73 100644 --- a/test/functional/plugin/msgpack_spec.lua +++ b/test/functional/plugin/msgpack_spec.lua @@ -8,7 +8,7 @@ local NIL = helpers.NIL local plugin_helpers = require('test.functional.plugin.helpers') local reset = plugin_helpers.reset -describe('In autoload/msgpack.vim', function() +describe('autoload/msgpack.vim', function() before_each(reset) local sp = function(typ, val) |