mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 10:55:40 +00:00
refactor(api): make export of functions opt-in, not opt-out
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
#endif
|
||||
|
||||
void api_vim_free_all_mem(void)
|
||||
FUNC_API_NOEXPORT
|
||||
{
|
||||
String name;
|
||||
handle_T id;
|
||||
@@ -264,7 +263,6 @@ void nvim__set_hl_ns(Integer ns_id, Error *err)
|
||||
}
|
||||
|
||||
static void on_redraw_event(void **argv)
|
||||
FUNC_API_NOEXPORT
|
||||
{
|
||||
redraw_all_later(NOT_VALID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user