From 186643da4cca7690d9a85abb869c73cadb19d7cc Mon Sep 17 00:00:00 2001 From: Michael Anhari Date: Wed, 19 Jun 2019 08:56:01 -0400 Subject: [PATCH] Fix typo in docs (#89) Fixes typo in `VtrStripLeadningWhitespace`. --- 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 dbdf4ae..7d01680 100644 --- a/doc/vim-tmux-runner.txt +++ b/doc/vim-tmux-runner.txt @@ -34,7 +34,7 @@ CONTENTS *vtr-contents* 3.9 ................................ |VtrClearOnReattach| 3.10 ............................... |VtrDetachedName| 3.11 ............................... |VtrClearSequence| - 3.12 ............................... |VtrStripLeadningWhitespace| + 3.12 ............................... |VtrStripLeadingWhitespace| 3.13 ............................... |VtrClearEmptyLines| 3.14 ............................... |VtrAppendNewline| @@ -419,7 +419,7 @@ insert mode. See the help file, ':help i_Ctrl-v', for more detail. Default: " " ------------------------------------------------------------------------------ - *VtrStripLeadningWhitespace* + *VtrStripLeadingWhitespace* 3.12 g:VtrStripLeadingWhitespace~