Skip to content

Commit

Permalink
Merge pull request #16 from Yilin-Yang/docfix
Browse files Browse the repository at this point in the history
Fix variable name typos in detailed description
  • Loading branch information
simeji committed Aug 17, 2018
2 parents 530e5b4 + b210861 commit e914728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/winresizer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Enter> key >
let g:winresizer_keycode_down=13 " <Enter>
let g:winresizer_keycode_finish=13 " <Enter>
<
*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*
Expand Down

0 comments on commit e914728

Please sign in to comment.