Class chorus.opt.Spec
-
class chorus.opt.Spec
Option spec
-
scope: ("default" | "local" | "global" | "buffer" | "window")?
Scope in which option should be set
"buffer"and"window"scopes don’t support methods below other thanset.
-
[
string]: (any|chorus.opt.Method) Options
<key> = <value>: Performsvim.<scope>.<key> = <value><key> = { <method> = { <value> ...}, ... }: Performsvim.<scope>.<key>:<method>{ <value> ... }...<key> = { set = <value>, ...}: Performsvim.<scope>.<key> = <value>(alternate syntax)
-
scope: ("default" | "local" | "global" | "buffer" | "window")?