Add missing $seek and $fcn autocompletion handlers ##shell (#17829)

Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
pancake 2020-11-29 13:56:10 +01:00 committed by GitHub
parent 015cd0a26d
commit 35c6432e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2103,6 +2103,8 @@ static struct autocomplete_flag_map_t {
{ "$dflt", "default autocomplete flag", R_CORE_AUTOCMPLT_DFLT },
{ "$flag", "shows known flag hints", R_CORE_AUTOCMPLT_FLAG },
{ "$flsp", "shows known flag-spaces hints", R_CORE_AUTOCMPLT_FLSP },
{ "$seek", "shows the seek hints", R_CORE_AUTOCMPLT_SEEK },
{ "$fcn", "shows the functions hints", R_CORE_AUTOCMPLT_FCN },
{ "$zign", "shows known zignatures hints", R_CORE_AUTOCMPLT_ZIGN },
{ "$eval", "shows known evals hints", R_CORE_AUTOCMPLT_EVAL },
{ "$prjt", "shows known projects hints", R_CORE_AUTOCMPLT_PRJT },