mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs: small fixes (#26243)
Co-authored-by: umlx5h <umlx5h21@protonmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Evan Farrar <evan@evanfarrar.com>
This commit is contained in:
@@ -212,7 +212,7 @@ local function cimport(...)
|
||||
-- give each #pragma pack an unique id, so that they don't get removed
|
||||
-- if they are inserted into the set
|
||||
-- (they are needed in the right order with the struct definitions,
|
||||
-- otherwise luajit has wrong memory layouts for the sturcts)
|
||||
-- otherwise luajit has wrong memory layouts for the structs)
|
||||
if line:match('#pragma%s+pack') then
|
||||
--- @type string
|
||||
line = line .. ' // ' .. pragma_pack_id
|
||||
|
||||
Reference in New Issue
Block a user