зеркало из https://github.com/mislav/hub.git
Add more vim arg
This commit is contained in:
Родитель
13b66491e9
Коммит
e8b74fb39f
|
@ -105,7 +105,7 @@ func buildEditCommand(editorPath, messageFile string) *ExecCmd {
|
|||
r := regexp.MustCompile("[mg]?vi[m]$")
|
||||
if r.MatchString(editorPath) {
|
||||
editCmd.WithArg("-c")
|
||||
editCmd.WithArg("set ft=gitcommit")
|
||||
editCmd.WithArg("set ft=gitcommit tw=0 wrap lbr")
|
||||
}
|
||||
editCmd.WithArg(messageFile)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче