diff options
| author | David Moc <personal@cdatgoose.org> | 2026-06-03 04:14:59 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-06-03 04:14:59 +0200 |
| commit | aba45a64364457f20e84de4189500f4426e11d53 (patch) | |
| tree | fe42d47f01decd53e28bb187cd3d85de78035a46 /src/config.c | |
| parent | c1ccd38b31d722c843ab311338e2b8d1905eb8f8 (diff) | |
Added ffap and fixed an eval memory leakmain
Diffstat (limited to 'src/config.c')
| -rw-r--r-- | src/config.c | 6 |
1 files changed, 6 insertions, 0 deletions
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), |
