commit 5853cb0fc3ebd89ffa4e864ee67c8c662d12d3f5 (tree)
parent b20e4145c7eb07acd42cccb581bb12661ee55736
Author: Tim Pope <code@tpope.net>
Date: Tue, 10 Aug 2021 01:34:38 -0400
Tweak documentation for FugitiveResult()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -116,7 +116,7 @@ endfunction
"
" * "args": List of command arguments, starting with the subcommand. Will be
" empty for usages like :Git --help.
-" * "dir": Git dir of the relevant repository.
+" * "git_dir": Git dir of the relevant repository.
" * "exit_status": The integer exit code of the process.
" * "flags": Flags passed directly to Git, like -c and --help.
" * "file": Path to file containing command output. Not guaranteed to exist,