mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +00:00
refactor: format test/*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user