: set¶
Set (or unset) a variable to an expression: :set a 6*2 + 1
Usage: : set <NAME> <VALUE>...
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<NAME> | The variable name | ||
<VALUE> | The value expression. Use null to unset the variable |