- commit
- 8bfa555
- parent
- d60d7b4
- author
- Eric Bower
- date
- 2024-07-19 11:41:33 -0400 EDT
fix(cli): remove vim comment This was probably not a great solution and instead we should rely on the end-user to figure out how to properly highlight in their editor
1 files changed,
+0,
-1
M
cli.go
M
cli.go
+0,
-1
1@@ -42,7 +42,6 @@ func getPatchsetFromOpt(patchsets []*Patchset, optPatchsetID string) (*Patchset,
2 }
3
4 func printPatches(sesh ssh.Session, patches []*Patch) {
5- wish.Println(sesh, "/* vim: set filetype=diff : */")
6 if len(patches) == 1 {
7 wish.Println(sesh, patches[0].RawText)
8 return