mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
Enhance GetNativeValue
This commit is contained in:
@@ -317,7 +317,7 @@ func main() {
|
||||
// flag options
|
||||
for k, v := range optionFlags {
|
||||
if *v != "" {
|
||||
nativeValue, err := config.GetNativeValue(k, config.DefaultAllSettings()[k], *v)
|
||||
nativeValue, err := config.GetNativeValue(k, *v)
|
||||
if err != nil {
|
||||
screen.TermMessage(err)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user