Clarify code block autoformat behavior

This commit is contained in:
Reed Esau
2014-08-25 10:28:18 -06:00
parent 8c5ecaa8c1
commit dee1876905

View File

@@ -126,9 +126,9 @@ When you are inserting text in *HardPencil* mode, Vims autoformat feature
will be enabled by default and can offer many of the same benefits as soft will be enabled by default and can offer many of the same benefits as soft
line wrap. line wrap.
_Pencil_ will disable autoformat if inside a code block. If it doesnt, or _Pencil_ will disable autoformat if you enter Insert mode from inside a
in other cases where you need to disable autoformat, you can do so with code block. In other cases where you need to disable autoformat, you can
a command: do so with a command:
* `AutoPencil` - enables autoformat * `AutoPencil` - enables autoformat
* `ManualPencil` - disables autoformat * `ManualPencil` - disables autoformat