aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/100_lispwords_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-01-10 01:10:38 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-01-10 01:34:49 -0500
commitc6e481cba559d35891f20ef4ac9ca6a41bdcdbd3 (patch)
treef5429f64a3641d852166d21d985d6d9ffe2bd3d3 /test/functional/legacy/100_lispwords_spec.lua
parent9bf694ff0bd6a4251758524f762847208618c8f3 (diff)
downloadrneovim-c6e481cba559d35891f20ef4ac9ca6a41bdcdbd3.tar.gz
rneovim-c6e481cba559d35891f20ef4ac9ca6a41bdcdbd3.tar.bz2
rneovim-c6e481cba559d35891f20ef4ac9ca6a41bdcdbd3.zip
portability: use portable format specifier
Diffstat (limited to 'test/functional/legacy/100_lispwords_spec.lua')
-rw-r--r--test/functional/legacy/100_lispwords_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/100_lispwords_spec.lua b/test/functional/legacy/100_lispwords_spec.lua
index ba2d485280..739a02f0b3 100644
--- a/test/functional/legacy/100_lispwords_spec.lua
+++ b/test/functional/legacy/100_lispwords_spec.lua
@@ -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