From ea84b43062d1856c55a7575ace74554f648dc27e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 4 Aug 2013 11:28:34 +0900 Subject: [PATCH] Update doc --- README.md | 4 ++-- doc/easy_align.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08e0afe..3decb8b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ visual 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 your `.vimrc`. @@ -99,7 +99,7 @@ Alignment rules for the following delimiters have been defined to meet the most ### 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 regular expressions. diff --git a/doc/easy_align.txt b/doc/easy_align.txt index c93ff5a..1e4f316 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -18,7 +18,7 @@ vim-easy-align defines `:EasyAlign` command in the visual mode. | Using predefined rules | :EasyAlign [FIELD#] DELIMITER_KEY [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 in your `.vimrc`. @@ -70,7 +70,7 @@ EasyAlignRight is the right-justified version of EasyAlign command. 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 regular expressions.