mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Improve map module: Add to clint and CONV_SRCS
This commit is contained in:
@@ -53,5 +53,5 @@ void *map_del(Map *map, const char *key);
|
||||
/// @param cb A function that will be called for each key/value
|
||||
void map_foreach(Map *map, key_value_cb cb);
|
||||
|
||||
#endif /* NVIM_MAP_H */
|
||||
#endif // NVIM_MAP_H
|
||||
|
||||
|
Reference in New Issue
Block a user