aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/074_global_var_in_viminfo_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-02-28 17:39:23 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-01 14:47:49 +0100
commit4306e5ae0c2a31ea6798af41f7033771af9af6d5 (patch)
tree2b17ca4039a40e2daa4918c71ac808e18bd31bf7 /test/functional/legacy/074_global_var_in_viminfo_spec.lua
parent3aedf9d669370165d9fdc0d8132e2d9e3c5231c1 (diff)
downloadrneovim-4306e5ae0c2a31ea6798af41f7033771af9af6d5.tar.gz
rneovim-4306e5ae0c2a31ea6798af41f7033771af9af6d5.tar.bz2
rneovim-4306e5ae0c2a31ea6798af41f7033771af9af6d5.zip
test: luacheck update
We pull luacheck HEAD, so this is a "catch up" commit to fix newly-discovered errors.
Diffstat (limited to 'test/functional/legacy/074_global_var_in_viminfo_spec.lua')
-rw-r--r--test/functional/legacy/074_global_var_in_viminfo_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/074_global_var_in_viminfo_spec.lua b/test/functional/legacy/074_global_var_in_viminfo_spec.lua
index 2fc30c9d83..e8292db8c1 100644
--- a/test/functional/legacy/074_global_var_in_viminfo_spec.lua
+++ b/test/functional/legacy/074_global_var_in_viminfo_spec.lua
@@ -31,8 +31,8 @@ describe('storing global variables in ShaDa files', function()
'set visualbell',
'set shada+=!',
"let MY_GLOBAL_DICT={'foo': 1, 'bar': 0, 'longvarible': 1000}",
- -- Store a really long list. Initially this was testing line wrapping in
- -- viminfo, but shada files has no line wrapping, no matter how long the
+ -- Store a really long list. Initially this was testing line wrapping in
+ -- viminfo, but shada files has no line wrapping, no matter how long the
-- list is.
'let MY_GLOBAL_LIST=range(1,100)'
)