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