From b21086197fa386a27e312a78982e45fefaf7d0f2 Mon Sep 17 00:00:00 2001 From: Yilin Yang Date: Wed, 25 Jul 2018 19:14:08 -0400 Subject: [PATCH] Fix variable name typos in detailed description --- doc/winresizer.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/winresizer.txt b/doc/winresizer.txt index 3607aba..850ed0a 100644 --- a/doc/winresizer.txt +++ b/doc/winresizer.txt @@ -177,15 +177,15 @@ Detailed description and default values:~ < *g:winresizer_keycode_mode* * The keycode used as the `mode` or `e` key > - let g:winresizer_keycode_down=101 " e + let g:winresizer_keycode_mode=101 " e < *g:winresizer_keycode_finish* * The keycode used as the `finish` or key > - let g:winresizer_keycode_down=13 " + let g:winresizer_keycode_finish=13 " < *g:winresizer_keycode_cancel* * The keycode used as the `cancel` or `q` key > - let g:winresizer_keycode_down=113 " q + let g:winresizer_keycode_cancel=113 " q < ============================================================================== LICENSE *winresizer-license*