mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
refactor: remove char_u (#22829)
Closes https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -37,7 +37,7 @@ child_call_once(function()
|
||||
-- requires refactor of UNDO_HASH_SIZE into constant/enum for ffi
|
||||
--
|
||||
-- compute a hash for this undofile
|
||||
buffer_hash = ffi.new('char_u[32]')
|
||||
buffer_hash = ffi.new('char[32]')
|
||||
undo.u_compute_hash(file_buffer, buffer_hash)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user