mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: luacheck update
We pull luacheck HEAD, so this is a "catch up" commit to fix newly-discovered errors.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user