diff --git a/README.md b/README.md index 085ab9b..45ec25f 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ There are 4 ways to set alignment options (from lowest precedence to highest): | `filter` | `CTRL-F` | `[gv]/.*/` | | | `left_margin` | `CTRL-L` | `l[0-9]+` | | | `right_margin` | `CTRL-R` | `r[0-9]+` | | -| `stick_to_left` | ``, `` | `<` or `s[01]` | | +| `stick_to_left` | ``, `` | `<` or `>` | | | `ignore_groups` | `CTRL-G` | `ig\[.*\]` | `g:easy_align_ignore_groups` | | `ignore_unmatched` | `CTRL-U` | `iu[01]` | `g:easy_align_ignore_unmatched` | | `indentation` | `CTRL-I` | `i[ksdn]` | `g:easy_align_indentation` | diff --git a/doc/easy_align.txt b/doc/easy_align.txt index f11aa89..ffd6fcd 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -1,4 +1,4 @@ -easy-align.txt vim-easy-align Last change: July 23 2014 +easy-align.txt vim-easy-align Last change: August 14 2014 VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc* ============================================================================== @@ -385,7 +385,7 @@ The following table summarizes the shorthand notation. `filter` | `[gv]/.*/` `left_margin` | `l[0-9]+` `right_margin` | `r[0-9]+` - `stick_to_left` | `<` or `>` + `stick_to_left` | `<` or `>` `ignore_unmatched` | `iu[01]` `ignore_groups` | `ig\[.*\]` `align` | `a[lrc*]*` @@ -466,7 +466,7 @@ There are 4 ways to set alignment options (from lowest precedence to highest): `filter` | CTRL-F | `[gv]/.*/` | `left_margin` | CTRL-L | `l[0-9]+` | `right_margin` | CTRL-R | `r[0-9]+` | - `stick_to_left` | , | `<` or `s[01]` | + `stick_to_left` | , | `<` or `>` | `ignore_groups` | CTRL-G | `ig\[.*\]` | `g:easy_align_ignore_groups` `ignore_unmatched` | CTRL-U | `iu[01]` | `g:easy_align_ignore_unmatched` `indentation` | CTRL-I | `i[ksdn]` | `g:easy_align_indentation`