mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 18:54:18 +00:00
build/doc/CI: remove/update quickbuild references #11258
This commit is contained in:
@@ -8,11 +8,6 @@ local mbyte = helpers.cimport("./src/nvim/mbyte.h")
|
||||
local charset = helpers.cimport('./src/nvim/charset.h')
|
||||
|
||||
describe('mbyte', function()
|
||||
if helpers.isCI('quickbuild') then
|
||||
pending("crashes on quickbuild", function() end)
|
||||
return
|
||||
end
|
||||
|
||||
-- Array for composing characters
|
||||
local intp = ffi.typeof('int[?]')
|
||||
local function to_intp()
|
||||
|
||||
Reference in New Issue
Block a user