Update doc

This commit is contained in:
Junegunn Choi
2013-08-04 11:28:34 +09:00
parent bd8327499a
commit ea84b43062
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ visual mode.
### Interactive mode ### Interactive mode
The commands will go into interactive mode when no argument is given. The commands will go into the interactive mode when no argument is given.
For convenience, it is advised that you define a mapping for triggering it in For convenience, it is advised that you define a mapping for triggering it in
your `.vimrc`. your `.vimrc`.
@@ -99,7 +99,7 @@ Alignment rules for the following delimiters have been defined to meet the most
### Non-interactive mode ### Non-interactive mode
Instead of going into the interactive mode, you can instead type in arguments to Instead of going into the interactive mode, you can type in arguments to
`:EasyAlign` command. In non-interactive mode, you can even use arbitrary `:EasyAlign` command. In non-interactive mode, you can even use arbitrary
regular expressions. regular expressions.

View File

@@ -18,7 +18,7 @@ vim-easy-align defines `:EasyAlign` command in the visual mode.
| Using predefined rules | :EasyAlign [FIELD#] DELIMITER_KEY [OPTIONS] | | Using predefined rules | :EasyAlign [FIELD#] DELIMITER_KEY [OPTIONS] |
| Using regular expressions | :EasyAlign [FIELD#] /REGEXP/ [OPTIONS] | | Using regular expressions | :EasyAlign [FIELD#] /REGEXP/ [OPTIONS] |
The commands will go into interactive mode when no argument is given. The commands will go into the interactive mode when no argument is given.
For convenience, it is advised that you define a mapping for triggering it For convenience, it is advised that you define a mapping for triggering it
in your `.vimrc`. in your `.vimrc`.
@@ -70,7 +70,7 @@ EasyAlignRight is the right-justified version of EasyAlign command.
Non-interactive mode Non-interactive mode
-------------------- --------------------
Instead of going into the interactive mode, you can instead type in arguments to Instead of going into the interactive mode, you can type in arguments to
`:EasyAlign` command. In non-interactive mode, you can even use arbitrary `:EasyAlign` command. In non-interactive mode, you can even use arbitrary
regular expressions. regular expressions.