Update doc

This commit is contained in:
Junegunn Choi
2013-08-23 01:37:50 +09:00
parent 2ad49b24f0
commit 61be5b3abf
2 changed files with 5 additions and 3 deletions

View File

@@ -478,8 +478,8 @@ To recap:
``` ```
In addition to these, you can fine-tune alignments over multiple occurrences of In addition to these, you can fine-tune alignments over multiple occurrences of
the delimiters with 'mode_sequence' option. (The option can also be given the delimiters with 'mode_sequence' option. (The option can also be set
in interactive mode with the special key `CTRL-O`.) in interactive mode with the special key `CTRL-O`)
```vim ```vim
" Left alignment over the first two occurrences of delimiters " Left alignment over the first two occurrences of delimiters

View File

@@ -167,6 +167,7 @@ keys listed below.
| CTRL-D | delimiter_align | left, center, right | | CTRL-D | delimiter_align | left, center, right |
| CTRL-U | ignore_unmatched | 0, 1 | | CTRL-U | ignore_unmatched | 0, 1 |
| CTRL-G | ignore_groups | [], ['String'], ['Comment'], ['String', 'Comment'] | | CTRL-G | ignore_groups | [], ['String'], ['Comment'], ['String', 'Comment'] |
| CTRL-O | mode_sequence | Input string of l, r, and c characters |
Ignoring delimiters in comments or strings *g:easy_align_ignore_groups* Ignoring delimiters in comments or strings *g:easy_align_ignore_groups*
@@ -403,7 +404,8 @@ To recap:
:EasyAlign! **= :EasyAlign! **=
In addition to these, you can fine-tune alignments over multiple occurrences of In addition to these, you can fine-tune alignments over multiple occurrences of
the delimiters with 'mode_sequence' option. the delimiters with 'mode_sequence' option. (The option can also be set
in interactive mode with the special key CTRL-O)
" Left alignment over the first two occurrences of delimiters " Left alignment over the first two occurrences of delimiters
:EasyAlign = { 'mode_sequence': 'll' } :EasyAlign = { 'mode_sequence': 'll' }