mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
removed old code
This commit is contained in:
@@ -248,9 +248,7 @@ func SplitCommandArgs(input string) []string {
|
||||
escape = false
|
||||
curArg.WriteRune(r)
|
||||
}
|
||||
//if curArg.Len() > 0 || len(result) == 0 {
|
||||
result = append(result, curArg.String())
|
||||
// }
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user