mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Remove long_u: hashtab: Enable clint: Add to clint.
- Add hashtab.[ch] to clint file. - Fix clint errors.
This commit is contained in:
@@ -9,6 +9,8 @@ src/nvim/api/vim.c
|
||||
src/nvim/api/vim.h
|
||||
src/nvim/api/window.c
|
||||
src/nvim/api/window.h
|
||||
src/nvim/hashtab.c
|
||||
src/nvim/hashtab.h
|
||||
src/nvim/indent.c
|
||||
src/nvim/indent.h
|
||||
src/nvim/log.c
|
||||
|
@@ -80,4 +80,4 @@ void hash_lock(hashtab_T *ht);
|
||||
void hash_unlock(hashtab_T *ht);
|
||||
hash_T hash_hash(char_u *key);
|
||||
|
||||
#endif /* NVIM_HASHTAB_H */
|
||||
#endif // NVIM_HASHTAB_H
|
||||
|
Reference in New Issue
Block a user