mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 05:13:53 -05:00
Tweak documentation for FugitiveResult()
This commit is contained in:
@@ -116,7 +116,7 @@ endfunction
|
|||||||
"
|
"
|
||||||
" * "args": List of command arguments, starting with the subcommand. Will be
|
" * "args": List of command arguments, starting with the subcommand. Will be
|
||||||
" empty for usages like :Git --help.
|
" 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.
|
" * "exit_status": The integer exit code of the process.
|
||||||
" * "flags": Flags passed directly to Git, like -c and --help.
|
" * "flags": Flags passed directly to Git, like -c and --help.
|
||||||
" * "file": Path to file containing command output. Not guaranteed to exist,
|
" * "file": Path to file containing command output. Not guaranteed to exist,
|
||||||
|
|||||||
Reference in New Issue
Block a user