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,