Should version = nil in a plugin spec override version = "*" in the defaults?
#300
-
|
I'm not sure if this is expected behavior or not: setting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In lua setting a key in a table to I just pushed a change though, where you can override the default by setting |
Beta Was this translation helpful? Give feedback.
In lua setting a key in a table to
nil, removes the key from the table, so there's no such thing as setting a key in a table to thenilvalue.I just pushed a change though, where you can override the default by setting
version=false. Then the default would not be used and the head version will be used instead.