From 1187668e568c683db719f0ec96992ab0ff587609 Mon Sep 17 00:00:00 2001 From: Rusty Geldmacher Date: Fri, 19 Sep 2014 09:01:01 -0400 Subject: [PATCH] Fixed a couple documentation typos --- doc/vim-tmux-runner.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vim-tmux-runner.txt b/doc/vim-tmux-runner.txt index b60b3da..a52d430 100644 --- a/doc/vim-tmux-runner.txt +++ b/doc/vim-tmux-runner.txt @@ -276,7 +276,7 @@ No command will be run if this is set to an empty string. Default: "" ------------------------------------------------------------------------------ - *VtrInitialCommand* + *VtrGitCdUpOnOpen* 3.4 g:VtrGitCdUpOnOpen~ 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 default this functionality is disabled. - let g:VtrInitialCommand = 1 + let g:VtrGitCdUpOnOpen = 1 Default: 0