reimplement and expand word list

This commit is contained in:
Reed Esau
2014-01-20 22:46:13 -07:00
parent 08b28f7e10
commit 14c67ee720

View File

@@ -12,7 +12,7 @@ Features of this plugin:
* Uses Vims `iabbrev`
* Buffer-scoped behavior
* User-extensible
* Limited to a maximum of 500 `iabbrev`s for quick load (currently at ~450)
* Limited to a maximum of 500 entries for quick load (currently at ~450)
Note that this plugin is not intended to be a replacement for teh spell
checker in Vim. Its best used with spell-check enabled.
@@ -73,17 +73,19 @@ needed that they are common typos.
Short words are preferable to long words to avoid the list becoming too
large and slow to load.
Note that existing `iabbrev`s may be removed to make way for new ones, to
Note that existing entries may be removed to make way for new ones, to
keep within the stated limit.
## Related
## Related projects
For a more comprehensive approach with support for many more words, check
out:
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)
A warning that larger entry counts make for slower loading.
## See also
If you find this plugin useful, you may want to check out these others by