1
0
forked from aniani/vim

patch 9.0.0303: it is not easy to get information about a script

Problem:    It is not easy to get information about a script.
Solution:   Make getscriptinf() return the version.  When selecting a specific
            script return functions and variables. (Yegappan Lakshmanan,
            closes #10991)
This commit is contained in:
Yegappan Lakshmanan
2022-08-28 18:52:10 +01:00
committed by Bram Moolenaar
parent 75e9a6693e
commit 2f892d8663
7 changed files with 187 additions and 20 deletions

View File

@@ -40,7 +40,6 @@ func_init()
hash_init(&func_hashtab);
}
#if defined(FEAT_PROFILE) || defined(PROTO)
/*
* Return the function hash table
*/
@@ -49,7 +48,6 @@ func_tbl_get(void)
{
return &func_hashtab;
}
#endif
/*
* Get one function argument.