From 374cd7b34e4ef1627fc3c778bd9692a247904e51 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 8 Jan 2014 19:45:15 -0700 Subject: [PATCH] misc rewrite --- README.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index cfa0e64..ea3f117 100644 --- a/README.markdown +++ b/README.markdown @@ -14,7 +14,7 @@ The _pencil_ plugin aspires to make Vim as powerful a tool for writers as it is for coders by focusing narrowly on the handful of tweaks needed to smooth the path to writing prose. -* Builds on existing plugins for _markdown_, _textile_, and other +* For editing files in _text_, _markdown_, _textile_, and other prose-oriented file types * Agnostic on soft line wrapping _versus_ hard line breaks, supporting both @@ -24,8 +24,9 @@ smooth the path to writing prose. * When using hard line breaks, enables autoformat while inserting text * Buffer-scoped configuration (leaves your global settings alone) -Vim is about customization. To complete your editing environment, learn to -configure Vim and draw upon its rich ecosystem of plugins. +Need spellcheck and other features? Vim is about customization. To +complete your editing environment, learn to configure Vim and draw upon +its rich ecosystem of plugins. ## Why use Vim for writing? @@ -86,7 +87,8 @@ But for files of type `text`, it will *always* use hard line endings. ### Commands -Because auto-detect might not work as intended, you can invoke a command to set the behavior for the current buffer: +Because auto-detect might not work as intended, you can invoke a command +to set the behavior for the current buffer: * `SoftPencil` - mode for soft line wrapping * `HardPencil` - mode for hard line breaks