From b612b63ec9671798bbf11ac6241180011f6fde02 Mon Sep 17 00:00:00 2001 From: Chris Toomey Date: Sat, 9 Mar 2013 14:33:12 -0500 Subject: [PATCH] Update docs for VtrOpenRunner commands Closes #9 - VtrOpenRunner command ignoring percentage --- doc/vim-tmux-runner.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/vim-tmux-runner.txt b/doc/vim-tmux-runner.txt index 5b70951..92ffe5a 100644 --- a/doc/vim-tmux-runner.txt +++ b/doc/vim-tmux-runner.txt @@ -123,13 +123,13 @@ pane to override the defaults. This can be used to create context specific runner panes with sizing and orientation that is relevant for that use case. Script runner: - VtrOpenRunner {'orientation': 'h', 'percent': 50} + VtrOpenRunner {'orientation': 'h', 'percentage': 50} Test runner: - VtrOpenRunner {'orientation': 'v', 'percent': 20} + VtrOpenRunner {'orientation': 'v', 'percentage': 20} Ruby Repl: - VtrOpenRunner {'orientation': 'h', 'percent': 50, 'cmd': 'irb'} + VtrOpenRunner {'orientation': 'h', 'percentage': 50, 'cmd': 'irb'} ------------------------------------------------------------------------------ *VtrKillRunner*