diff options
Diffstat (limited to 'test/functional/legacy/lispwords_spec.lua')
-rw-r--r-- | test/functional/legacy/lispwords_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/lispwords_spec.lua b/test/functional/legacy/lispwords_spec.lua index 57d8d51377..efac8775d3 100644 --- a/test/functional/legacy/lispwords_spec.lua +++ b/test/functional/legacy/lispwords_spec.lua @@ -8,7 +8,7 @@ local source = helpers.source describe('lispwords', function() before_each(clear) - it('should be set global-local',function() + it('should be set global-local', function() source([[ setglobal lispwords=foo,bar,baz setlocal lispwords-=foo |