From 5853cb0fc3ebd89ffa4e864ee67c8c662d12d3f5 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 10 Aug 2021 01:34:38 -0400 Subject: [PATCH] Tweak documentation for FugitiveResult() --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index da4567b..de63565 100644 --- 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,