doc_get
doc_get(doc, attr)
This function returns the document scope value of the set option attr for the document identified by doc. If attr is a set option with a local scope other than document, or no local scope at all, it returns nothing.
Examples
doc_get(doc, "showiconsfulltags")
doc_get(doc, "textentityfontcolor")
Related Topics