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:
committed by
Bram Moolenaar
parent
75e9a6693e
commit
2f892d8663
@@ -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.
|
||||
|
Reference in New Issue
Block a user