Skip to main content

complete_partial_matches

Function complete_partial_matches 

Source
pub unsafe fn complete_partial_matches(
    l: *mut lua_State,
    complete_only_functions: bool,
    edit_buffer: &str,
    prefix: &str,
    add_completion_callback: &dyn Fn(&str, &str),
)