mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 17:50:15 +09:00
Go plugin should disable tabstospaces if the file is go
This commit is contained in:
@@ -172,7 +172,7 @@ func Set(args []string) {
|
||||
option := strings.TrimSpace(args[0])
|
||||
value := strings.TrimSpace(args[1])
|
||||
|
||||
SetOption(option, value)
|
||||
SetOptionAndSettings(option, value)
|
||||
}
|
||||
|
||||
// Bind creates a new keybinding
|
||||
|
||||
Reference in New Issue
Block a user