Commit 46215d2a90d69074a235db573e8d851eff0aa424

Stefan Sperling 2020-09-11T18:32:20

add 'got histedit' to got.1's list of commands which use EDITOR/VISUAL

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/got/got.1 b/got/got.1
index 19a06c8..2dce53e 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1953,6 +1953,7 @@ environment variable provide author information.
 .It Ev VISUAL , EDITOR
 The editor spawned by
 .Cm got commit ,
+.Cm got histedit ,
 .Cm got import ,
 or
 .Cm got tag .