mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
portability: use portable format specifier
This commit is contained in:
@@ -4,10 +4,10 @@ local helpers = require('test.functional.helpers')
|
||||
local source = helpers.source
|
||||
local clear, expect = helpers.clear, helpers.expect
|
||||
|
||||
describe('undolevel', function()
|
||||
describe('lispwords', function()
|
||||
setup(clear)
|
||||
|
||||
it('is working', function()
|
||||
it('global-local', function()
|
||||
source([[
|
||||
setglobal lispwords=foo,bar,baz
|
||||
setlocal lispwords-=foo
|
||||
|
||||
Reference in New Issue
Block a user