changed author reference; misc doc fixes

This commit is contained in:
Reed Esau
2014-01-20 00:18:30 -07:00
parent 1355cea609
commit fd7c0a8b7d

View File

@@ -139,7 +139,6 @@ let g:pencil#autoformat = 1 " 0=manual, 1=auto
You can override this default during initialization, as in: You can override this default during initialization, as in:
```vim ```vim
let g:pencil#wrapModeDefault = 'soft'
augroup pencil augroup pencil
autocmd! autocmd!
autocmd FileType text call pencil#init({'wrap': 'hard', 'autoformat': 0}) autocmd FileType text call pencil#init({'wrap': 'hard', 'autoformat': 0})
@@ -277,15 +276,16 @@ let g:pencil#wrapModeDefault = 'hard' " or 'soft'
* [pencil at vim.org](http://www.vim.org/scripts/script.php?script_id=4824) * [pencil at vim.org](http://www.vim.org/scripts/script.php?script_id=4824)
If you find this plugin useful, you may want to check out these others by If you find this plugin useful, you may want to check out these others by
the same author: [@reedes][re]:
* [vim-colors-pencil][cp] color scheme for Vim inspired by IA Writer * [vim-colors-pencil][cp] - color scheme for Vim inspired by IA Writer
* [vim-lexical][lx] - building on Vims spell-check and thesaurus/dictionary completion * [vim-lexical][lx] - building on Vims spell-check and thesaurus/dictionary completion
* [vim-litecorrect][lc] - lightweight auto-correction for Vim * [vim-litecorrect][lc] - lightweight auto-correction for Vim
* [vim-quotable][qu] - extends Vim to support typographic (curly) quotes * [vim-quotable][qu] - extends Vim to support typographic (curly) quotes
* [vim-thematic][th] — modify Vims appearance to suit your task and environment * [vim-thematic][th] — modify Vims appearance to suit your task and environment
* [vim-wordy][wo] - uncovering usage problems in writing * [vim-wordy][wo] - uncovering usage problems in writing
[re]: http://github.com/reedes
[cp]: http://github.com/reedes/vim-colors-pencil [cp]: http://github.com/reedes/vim-colors-pencil
[lx]: http://github.com/reedes/vim-lexical [lx]: http://github.com/reedes/vim-lexical
[lc]: http://github.com/reedes/vim-litecorrect [lc]: http://github.com/reedes/vim-litecorrect