mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +00:00
build(generator): add dependencies on hashy (#32796)
This allows generated sources to be automatically rebuilt when modifying hashy code. Also, appending to NVIM_GENERATED_FOR_{HEADERS,SOURCES} in the middle of custom commands is a bit strange. Move that after the custom commands.
This commit is contained in:
@@ -106,8 +106,8 @@ function M.switcher(put, tab, maxlen, worst_buck_size, icase)
|
||||
return neworder
|
||||
end
|
||||
|
||||
--- @param icase boolean generate a case-insensitive hash function.
|
||||
--- `strings` must not have mixed case when using this.
|
||||
--- @param icase? boolean generate a case-insensitive hash function.
|
||||
--- `strings` must not have mixed case when using this.
|
||||
function M.hashy_hash(name, strings, access, icase)
|
||||
local stats = {}
|
||||
local put = function(str)
|
||||
|
Reference in New Issue
Block a user