Update links to point to preservim

This commit is contained in:
Peter Aronoff
2022-02-12 20:56:18 -05:00
parent 667426a017
commit 590927f572
3 changed files with 30 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
<br/> <br/>
- - - - - -
![demo](http://i.imgur.com/cXDCwdE.gif) ![demo](https://i.imgur.com/cXDCwdE.gif)
- - - - - -
## Features of the _wordy_ plugin ## Features of the _wordy_ plugin
@@ -43,8 +43,8 @@ be missed. To compensate for _wordy_s bare-bones approach, its best used
in concert with the [literature on usage][lit] (Strunk and White, e.g.) in concert with the [literature on usage][lit] (Strunk and White, e.g.)
and websites like the [English Language & Usage Stack Exchange][ese]. and websites like the [English Language & Usage Stack Exchange][ese].
[lit]: http://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dstripbooks&field-keywords=English+Usage [lit]: https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Dstripbooks&field-keywords=English+Usage
[ese]: http://english.stackexchange.com [ese]: https://english.stackexchange.com
## Requirements ## Requirements
@@ -52,13 +52,15 @@ _wordy_ may require a recent version of Vim.
## Installation ## Installation
_wordy_ is best installed using a Vim package manager, such as You can install using your favorite Vim package manager. (E.g.,
[Vundle][vnd], [Plug][plg], [NeoBundle][nbn], or [Pathogen][pth]. [Pathogen][pathogen], [Vundle][vundle], or [Plug][plug].) If you are using
a recent version of vim or neovim, you can also use native package
support. (See [:help packages][packages].)
[vnd]: https://github.com/gmarik/Vundle.vim [pathogen]: https://github.com/tpope/vim-pathogen
[plg]: https://github.com/junegunn/vim-plug [vundle]: https://github.com/VundleVim/Vundle.vim
[nbn]: https://github.com/Shougo/neobundle.vim [plug]: https://github.com/junegunn/vim-plug
[pth]: https://github.com/tpope/vim-pathogen [packages]: https://vimhelp.org/repeat.txt.html#packages
## Configuration ## Configuration
@@ -195,7 +197,7 @@ will simply protest.
See [50 Problem Words and Phrases][1] for more detail on those issues See [50 Problem Words and Phrases][1] for more detail on those issues
targeted by _problematic_. targeted by _problematic_.
[1]: http://www.dailywritingtips.com/50-problem-words-and-phrases/ [1]: https://www.dailywritingtips.com/50-problem-words-and-phrases/
### Puffery and Jargon ### Puffery and Jargon
@@ -297,15 +299,14 @@ let g:wordy_spell_dir = '/home/my-user/wordy'
* [Words To Avoid in Creative Writing][wa] - a brief guide to usage by writer Cary Morton * [Words To Avoid in Creative Writing][wa] - a brief guide to usage by writer Cary Morton
[vd]: https://github.com/danielbmarques/vim-ditto [vd]: https://github.com/danielbmarques/vim-ditto
[wa]: http://darlingmionette.deviantart.com/art/Words-To-Avoid-152886782 [wa]: https://darlingmionette.deviantart.com/art/Words-To-Avoid-152886782
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
[@reedes][re]: originally by [@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-one][vo] - make use of Vims _+clientserver_ capabilities
* [vim-pencil][pn] - rethinking Vim as a tool for writers * [vim-pencil][pn] - rethinking Vim as a tool for writers
* [vim-textobj-quote][qu] - extends Vim to support typographic (curly) quotes * [vim-textobj-quote][qu] - extends Vim to support typographic (curly) quotes
* [vim-textobj-sentence][ts] - improving on Vim's native sentence motion command * [vim-textobj-sentence][ts] - improving on Vim's native sentence motion command
@@ -314,16 +315,15 @@ If you find this plugin useful, you may want to check out these others by
* [vim-wordchipper][wc] - power tool for shredding text in Insert mode * [vim-wordchipper][wc] - power tool for shredding text in Insert mode
[re]: https://github.com/reedes [re]: https://github.com/reedes
[cp]: http://github.com/reedes/vim-colors-pencil [cp]: https://github.com/preservim/vim-colors-pencil
[lx]: http://github.com/reedes/vim-lexical [lx]: https://github.com/preservim/vim-lexical
[lc]: http://github.com/reedes/vim-litecorrect [lc]: https://github.com/preservim/vim-litecorrect
[vo]: http://github.com/reedes/vim-one [pn]: https://github.com/preservim/vim-pencil
[pn]: http://github.com/reedes/vim-pencil [ts]: https://github.com/preservim/vim-textobj-sentence
[ts]: http://github.com/reedes/vim-textobj-sentence [qu]: https://github.com/preservim/vim-textobj-quote
[qu]: http://github.com/reedes/vim-textobj-quote [th]: https://github.com/preservim/vim-thematic
[th]: http://github.com/reedes/vim-thematic [wh]: https://github.com/preservim/vim-wheel
[wh]: http://github.com/reedes/vim-wheel [wc]: https://github.com/preservim/vim-wordchipper
[wc]: http://github.com/reedes/vim-wordchipper
## Future development ## Future development
@@ -332,7 +332,9 @@ Support for other languages will be added if theres interest. (Hint: pull
requests!) requests!)
_wordy_ is a work in progress. If youve spotted a problem or have an idea _wordy_ is a work in progress. If youve spotted a problem or have an idea
on improving this plugin, please post it to the github project issue page. on improving this plugin, please post it to the [GitHub project issue
Contributions are welcome. page][issues]. Contributions are welcome.
[issues]: https://github.com/preservim/vim-wordy/issues
<!-- vim: set tw=74 :--> <!-- vim: set tw=74 :-->

View File

@@ -1,7 +1,7 @@
" ============================================================================ " ============================================================================
" File: autoload/wordy.vim " File: autoload/wordy.vim
" Description: autoload script for vim-wordy plugin " Description: autoload script for vim-wordy plugin
" Maintainer: Reed Esau <github.com/reedes> " Maintainer: preservim <https://github.com/preservim>
" Last Change: January 14, 2014 " Last Change: January 14, 2014
" License: The MIT License (MIT) " License: The MIT License (MIT)
" ============================================================================ " ============================================================================

View File

@@ -1,7 +1,7 @@
" ============================================================================= " =============================================================================
" File: plugin/wordy.vim " File: plugin/wordy.vim
" Description: Usage support for the Vim text editor " Description: Usage support for the Vim text editor
" Maintainer: Reed Esau <github.com/reedes> " Maintainer: preservim <https://github.com/preservim>
" Last Change: January 14, 2014 " Last Change: January 14, 2014
" License: The MIT License (MIT) " License: The MIT License (MIT)
" ============================================================================= " =============================================================================