Class chorus.opt.Spec
-
class chorus.opt.Spec
Option spec
-
buffer: (
boolean
|integer
)? Set options locally in the given buffer;
0
ortrue
means the current buffer. This mode usesvim.bo
and doesn’t support methods as detailed below.
-
[
string
]: (any
|chorus.opt.Method
) Options
<key> = <value>
: Performsvim.opt.<key> = <value>
<key> = { <method> = { <value> ...}, ... }
: Performsvim.opt.<key>:<method>{ <value> ... }...
<key> = { set = <value>, ...}
: Performsvim.opt.<key> = <value>
(alternate syntax)
-
buffer: (