reduced limit to 350

This commit is contained in:
Reed Esau
2014-01-20 23:12:31 -07:00
parent 653905e311
commit 39a40c0c23

View File

@@ -8,11 +8,10 @@ the most common of these typos and correct each upon hitting the space bar
Features of this plugin:
* Focused on the most common of typos that we make
* Uses Vims `iabbrev`
* Focused on the most common of typos
* Pure Vimscript where mechanism is `iabbrev`
* Limited to a maximum of 350 default entries for quick load (now near that limit)
* Buffer-scoped behavior
* User-extensible
* Limited to a maximum of 500 entries for quick load (currently at ~350)
Note that this plugin is not intended to be a replacement for teh spell
checker in Vim. Its best used with spell-check enabled.
@@ -81,8 +80,8 @@ keep within the stated limit.
For a more comprehensive approach with support for _many_ more words,
check out:
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect)
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim)
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim) - 800+ entries
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect) - 12K+ entries!
A warning that larger entry counts make for slower loading.