docs: naming conventions

This commit is contained in:
Justin M. Keyes
2021-08-27 03:59:13 -07:00
parent 69fe427df4
commit 9f3679cbfd
6 changed files with 52 additions and 34 deletions

View File

@@ -78,10 +78,10 @@ describe('notify', function()
end)
it('cancels stale events on channel close', function()
if isCI() then
pending('Sporadic hangs on CI (c.f., #14083). Skip until it is fixed.')
return
end
if isCI() then
pending('hangs on CI #14083 #15251')
return
end
if helpers.pending_win32(pending) then return end
local catchan = eval("jobstart(['cat'], {'rpc': v:true})")
local catpath = eval('exepath("cat")')