From 94b8b938b2b0bf381e44a2ed0ee36bbb85c06dbe Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Sat, 11 Jan 2014 19:28:56 -0600 Subject: [PATCH] Match VimuxUseNearest documentation option w/ code --- doc/vimux.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 1c26054..8a83d0d 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -110,7 +110,7 @@ VimuxOpenPane~ This will either open a new pane or use the nearest pane and set it as the vimux runner pane for the other vimux commands. You can control if this command -uses the nearest pane or always creates a new one with g:VimuxUseNearestPane +uses the nearest pane or always creates a new one with g:VimuxUseNearest ------------------------------------------------------------------------------ *VimuxPromptCommand* @@ -282,12 +282,13 @@ Options: Default: "v" ------------------------------------------------------------------------------ - *VimuxConfiguration_use_nearest_pane* -2.3 g:VimuxUseNearestPane~ + *VimuxConfiguration_use_nearest* +2.3 g:VimuxUseNearest -Use exising pane (not used by vim) if found instead of running split-window. +Use exising pane or window (not used by vim) if found instead of running +split-window. - let VimuxUseNearestPane = 1 + let VimuxUseNearest = 1 Default: 1