polishing text prior to release

This commit is contained in:
Reed Esau
2014-01-08 00:23:57 -07:00
parent 20c2f296a5
commit 123a6232fa

View File

@@ -22,13 +22,13 @@ processing:
* When using hard line breaks, enables autoformat while inserting text * When using hard line breaks, enables autoformat while inserting text
* Configuration is buffer scoped and leaves your global settings alone * Configuration is buffer scoped and leaves your global settings alone
So why such a minimalistic approach given competing plugins that not only So why such a bare-bones approach given competing plugins that not only
change the functional behavior of the editor, but also control visual change the functional behavior of the editor, but also control visual
aspects such as colorscheme and font? Its because Vim is about choice, aspects such as colorscheme and font? Its because Vim is about choice and
where you compose the editing environment that suits you best, extending customization, where you compose the editing environment that suits you
Vim in the ways that meet your specific needs. To that end, _pencil_ best, extending Vim in the ways that meet your specific needs. To that
focuses narrowly on the few tweaks needed to smooth the path to writing end, _pencil_ focuses narrowly on the few tweaks needed to smooth the path
prose in Vim. to writing prose in Vim.
## Why use Vim for writing? ## Why use Vim for writing?