Simplified by removing curly-quote support

Such support is best provided by an educating quote plugin.
This commit is contained in:
Reed Esau
2014-08-15 01:49:08 -06:00
parent c949c1853d
commit 25e9569e6a
3 changed files with 30 additions and 51 deletions

View File

@@ -64,24 +64,24 @@ theres a conflict, your correction will prevail.
### Typographic characters
By default, typographic (or curly) quotes will be used in corrections. For
example:
By default, straight quotes will be used in corrections. For example:
```
Im -> Im
shouldnt -> shouldnt
thats -> thats
Im -> I'm
shouldnt -> shouldn't
thats -> that's
```
If you prefer straight quotes, change this setting to 0 in your `.vimrc`:
If you prefer typographic (“curly”) quotes, install an educating quote plugin
like [vim-textobj-quote][qu] that will automatically transform straight quotes
to curly ones in your typing, including your corrections. For example:
```
let g:litecorrect#typographic = 1 " 0=disable, 1=enable (def)
I'm -> Im
shouldn't -> shouldnt
that's -> thats
```
Note that an educating quote plugin like [vim-textobj-quote][qu] will
automatically transform straight quotes to curly ones in your corrections.
## Criteria to modify default entries
Note that the number of default entries will be limited to 300 for fast
@@ -96,7 +96,7 @@ will replace.
For a more comprehensive approach with _many_ more entries, check out:
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim) - nearly 800 entries
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect) - over 12K entries!
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect) - over 12K entries!
A warning that larger entry counts make for slower loading.
@@ -107,13 +107,13 @@ If you find this plugin useful, you may want to check out these others by
* [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-one][vo] - make use of Vims _+clientserver_ capabilities
* [vim-one][vo] - make use of Vims _+clientserver_ capabilities
* [vim-pencil][pn] - rethinking Vim as a tool for writers
* [vim-textobj-quote][qu] - extends Vim to support typographic (curly) quotes
* [vim-textobj-sentence][ts] - improving on Vim's native sentence motion command
* [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-wheel][wh] - screen-anchored cursor movement for Vim
* [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