From 71edb17182ac9dcf01fb4b305db89cf86d8b8fce Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 17 Sep 2013 23:36:58 +0900 Subject: [PATCH] Update help file --- doc/easy_align.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/easy_align.txt b/doc/easy_align.txt index 8601402..139ae2f 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -95,8 +95,8 @@ described in the following sections. | CTRL-U | ignore_unmatched | 0, 1 | | CTRL-G | ignore_groups | [], [String], [Comment], [String, Comment] | | CTRL-O | mode_sequence | Input string of /[lrc]+\*{0,2}/ | -| | stick_to_left | Set stick_to_left and set left_margin to 0 | -| | stick_to_left | Unset stick_to_left and set left_margin to 1 | +| | stick_to_left | { 'stick_to_left': 1, 'left_margin': 0 } | +| | stick_to_left | { 'stick_to_left': 0, 'left_margin': 1 } | Non-interactive mode @@ -190,10 +190,10 @@ There are 4 ways to set alignment options (from lowest precedence to highest): | left_margin | CTRL-L | | | right_margin | CTRL-R | | | stick_to_left | , | | -| ignore_groups | CTRL-G | `g:easy_align_ignore_groups` | -| ignore_unmatched | CTRL-U | `g:easy_align_ignore_unmatched` | -| indentation | CTRL-I | `g:easy_align_indentation` | -| delimiter_align | CTRL-D | `g:easy_align_delimiter_align` | +| ignore_groups | CTRL-G | `g:easy_align_ignore_groups` | +| ignore_unmatched | CTRL-U | `g:easy_align_ignore_unmatched` | +| indentation | CTRL-I | `g:easy_align_indentation` | +| delimiter_align | CTRL-D | `g:easy_align_delimiter_align` | | mode_sequence | CTRL-O | |