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` * Uses Vims `iabbrev`
* Buffer-scoped behavior * Buffer-scoped behavior
* User-extensible * 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 Note that this plugin is not intended to be a replacement for teh spell
checker in Vim. Its best used with spell-check enabled. 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 Short words are preferable to long words to avoid the list becoming too
large and slow to load. 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. keep within the stated limit.
## Related ## Related projects
For a more comprehensive approach with support for many more words, check For a more comprehensive approach with support for _many_ more words,
out: check out:
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect) * [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)
A warning that larger entry counts make for slower loading.
## See also ## See also
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