We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ed871 commit 2eaae3dCopy full SHA for 2eaae3d
doc/fugitive.txt
@@ -29,8 +29,10 @@ that are part of Git repositories).
29
On UNIX this uses a pty and on other platforms it uses
30
a pipe, which will cause some behavior differences
31
such as the absence of progress bars. Any file the
32
- command edits (for example, a commit message) will be
33
- loaded into a split window. Closing that window will
+ command edits (for example, a commit message or email
+ drafts for multiple patches) will be loaded into a
34
+ split window for each file to edit. Closing that
35
+ window (or the last window for multifile edits) will
36
resume running the command. A few Git subcommands
37
have different behavior; these are documented below.
38
0 commit comments