From 9c3195a0be7810c60166eaee4c9d1de660a8bedc Mon Sep 17 00:00:00 2001 From: Oskar Laska Date: Thu, 21 Sep 2017 10:52:04 +0200 Subject: [PATCH] Fix docs typos (missing 'g:') --- doc/vimux.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vimux.txt b/doc/vimux.txt index 03df1e5..4b33722 100644 --- a/doc/vimux.txt +++ b/doc/vimux.txt @@ -309,7 +309,7 @@ Default: "v" Use existing pane or window (not used by vim) if found instead of running split-window. - let VimuxUseNearest = 1 + let g:VimuxUseNearest = 1 Default: 1 @@ -320,7 +320,7 @@ Default: 1 The keys sent to the runner pane before running a command. By default it sends `q` to make sure the pane is not in scroll-mode and `C-u` to clear the line. - let VimuxResetSequence = "" + let g:VimuxResetSequence = "" Default: "q C-u"