test: luacheck update

We pull luacheck HEAD, so this is a "catch up" commit to fix
newly-discovered errors.
This commit is contained in:
Justin M. Keyes
2017-02-28 17:39:23 +01:00
parent 3aedf9d669
commit 4306e5ae0c
5 changed files with 10 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ describe('BufLeave <buffer>', function()
execute('au BufLeave <buffer> update')
-- Here, autocommand for xx shall append a line
-- But autocommand shall not apply to buffer named <buffer>
-- But autocommand shall not apply to buffer named <buffer>
execute('e somefile')
-- Here, autocommand shall be auto-deleted