Functions
- getCommandlineFns
Functions
getCommandlineFns
-
getCommandlineFns( cmdline_state: { fns: { accept_line: any; complete: any; copy_completion: any; deselect_completion: any; execute_ex_on_all_completions: any; execute_ex_on_completion: any; execute_ex_on_completion_args: any; hide_and_clear: any; insert_character_or_completion: any; insert_completion: any; insert_space: any; insert_space_or_completion: any; is_valid_commandline: any; next_completion: any; next_history: any; next_history_or_completion: any; prev_completion: any; prev_history: any; prev_history_or_completion: any; store_ex_string: any; }; [otherStuff: string]: any; },): { accept_line: any; complete: any; copy_completion: any; deselect_completion: any; execute_ex_on_all_completions: any; execute_ex_on_completion: any; execute_ex_on_completion_args: any; hide_and_clear: any; insert_character_or_completion: any; insert_completion: any; insert_space: any; insert_space_or_completion: any; is_valid_commandline: any; next_completion: any; next_history: any; next_history_or_completion: any; prev_completion: any; prev_history: any; prev_history_or_completion: any; store_ex_string: any;}
Parameters
- cmdline_state: {
fns: {
accept_line: any;
complete: any;
copy_completion: any;
deselect_completion: any;
execute_ex_on_all_completions: any;
execute_ex_on_completion: any;
execute_ex_on_completion_args: any;
hide_and_clear: any;
insert_character_or_completion: any;
insert_completion: any;
insert_space: any;
insert_space_or_completion: any;
is_valid_commandline: any;
next_completion: any;
next_history: any;
next_history_or_completion: any;
prev_completion: any;
prev_history: any;
prev_history_or_completion: any;
store_ex_string: any;
};
[otherStuff: string]: any;
}
Returns {
accept_line: any;
complete: any;
copy_completion: any;
deselect_completion: any;
execute_ex_on_all_completions: any;
execute_ex_on_completion: any;
execute_ex_on_completion_args: any;
hide_and_clear: any;
insert_character_or_completion: any;
insert_completion: any;
insert_space: any;
insert_space_or_completion: any;
is_valid_commandline: any;
next_completion: any;
next_history: any;
next_history_or_completion: any;
prev_completion: any;
prev_history: any;
prev_history_or_completion: any;
store_ex_string: any;
}