From 92d268a35ad5f61b6fbe810e218418a0187dc854 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 8 Jan 2014 20:12:30 -0700 Subject: [PATCH] noted that autoformat works only in Insert mode --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index ea3f117..1a8e7fa 100644 --- a/README.markdown +++ b/README.markdown @@ -109,10 +109,10 @@ nmap pt :TogglePencil _This ‘autoformat’ feature affects **HardPencil** mode only._ When in **HardPencil** mode, Vim’s autoformat feature will be enabled by -default and can offer many of the same benefits as soft line wrapping. But -autoformat will cause havoc when editing anything but paragraphs of words, -such as a code block or table. In these cases you will need to disable it, -at least temporarily, via a command: +default in Insert mode and can offer many of the same benefits as soft +line wrapping. But autoformat will cause havoc when editing anything but +paragraphs of words, such as a code block or table. In these cases you +will need to disable it, at least temporarily, via a command: * `AutoPencil` - enables autoformat * `ManualPencil` - disables autoformat