From aba45a64364457f20e84de4189500f4426e11d53 Mon Sep 17 00:00:00 2001 From: David Moc Date: Wed, 3 Jun 2026 04:14:59 +0200 Subject: Added ffap and fixed an eval memory leak --- src/config.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 6e4b84f..0e0a2ab 100644 --- a/src/config.c +++ b/src/config.c @@ -202,6 +202,8 @@ static const host_symbol_t host_symbols[] = { HOST_SYMBOL(ecex_draw_tetris_preview_i), HOST_SYMBOL(ecex_draw_rgba), HOST_SYMBOL(ecex_find_file), + HOST_SYMBOL(ecex_find_file_at), + HOST_SYMBOL(ecex_find_project_file), HOST_SYMBOL(ecex_save_current_buffer), HOST_SYMBOL(ecex_write_current_buffer), HOST_SYMBOL(ecex_compile), @@ -211,6 +213,9 @@ static const host_symbol_t host_symbols[] = { HOST_SYMBOL(ecex_next_interactive_action), HOST_SYMBOL(ecex_previous_interactive_action), HOST_SYMBOL(ecex_indent_line_to), + HOST_SYMBOL(ecex_clangd_jump_to_definition), + HOST_SYMBOL(ecex_c_mode_set_tab_width), + HOST_SYMBOL(ecex_c_mode_tab_width), HOST_SYMBOL(ecex_comment_region), HOST_SYMBOL(ecex_uncomment_region), HOST_SYMBOL(ecex_request_prompt), @@ -223,6 +228,7 @@ static const host_symbol_t host_symbols[] = { HOST_SYMBOL(ecex_path_dirname), HOST_SYMBOL(ecex_path_basename_dup), HOST_SYMBOL(ecex_path_normalize), + HOST_SYMBOL(ecex_project_root_for_file), HOST_SYMBOL(ecex_path_is_dir), HOST_SYMBOL(ecex_path_is_file), HOST_SYMBOL(ecex_path_exists), -- cgit v1.2.3