Fixed a couple documentation typos

This commit is contained in:
Rusty Geldmacher 2014-09-19 09:01:01 -04:00
parent 0c571bc5ca
commit 1187668e56

View File

@ -276,7 +276,7 @@ No command will be run if this is set to an empty string.
Default: "" Default: ""
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*VtrInitialCommand* *VtrGitCdUpOnOpen*
3.4 g:VtrGitCdUpOnOpen~ 3.4 g:VtrGitCdUpOnOpen~
When opening a new runner, if currently within a git repo then change the When opening a new runner, if currently within a git repo then change the
@ -284,7 +284,7 @@ working directory to the root of the git repo. This can be useful for some
test runners which behave differently depending on where they are run from. By test runners which behave differently depending on where they are run from. By
default this functionality is disabled. default this functionality is disabled.
let g:VtrInitialCommand = 1 let g:VtrGitCdUpOnOpen = 1
Default: 0 Default: 0