From 04d10a2604f584fa3df282655d4576ef52fa5903 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Thu, 18 Sep 2014 04:43:37 -0600 Subject: [PATCH] misc tweaks --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 50c1fe1..662e158 100644 --- a/README.markdown +++ b/README.markdown @@ -109,6 +109,8 @@ augroup pencil augroup END ``` +For other prose-oriented plugins, see [See also](#see-also) below. + For more details, see [Advanced initialization](#advanced-initialization) below. @@ -200,7 +202,7 @@ Note that you need not rely on autoformat exclusively and can manually reformat paragraphs with standard Vim commands: * `gqip` or `gwip` - format current paragraph -* `vipJ` - unformat current paragraph +* `vipJ` - unformat (i.e., join all lines with hard line breaks) in current paragraph * `ggVGgq` or `:g/^/norm gqq` - format all paragraphs in buffer * `:%norm vipJ` - unformat all paragraphs in buffer