Skip to content

Commit 94b8b93

Browse files
committed
Match VimuxUseNearest documentation option w/ code
1 parent 17358e5 commit 94b8b93

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/vimux.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ VimuxOpenPane~
110110

111111
This will either open a new pane or use the nearest pane and set it as the
112112
vimux runner pane for the other vimux commands. You can control if this command
113-
uses the nearest pane or always creates a new one with g:VimuxUseNearestPane
113+
uses the nearest pane or always creates a new one with g:VimuxUseNearest
114114

115115
------------------------------------------------------------------------------
116116
*VimuxPromptCommand*
@@ -282,12 +282,13 @@ Options:
282282
Default: "v"
283283

284284
------------------------------------------------------------------------------
285-
*VimuxConfiguration_use_nearest_pane*
286-
2.3 g:VimuxUseNearestPane~
285+
*VimuxConfiguration_use_nearest*
286+
2.3 g:VimuxUseNearest
287287

288-
Use exising pane (not used by vim) if found instead of running split-window.
288+
Use exising pane or window (not used by vim) if found instead of running
289+
split-window.
289290

290-
let VimuxUseNearestPane = 1
291+
let VimuxUseNearest = 1
291292

292293
Default: 1
293294

0 commit comments

Comments
 (0)