mirror of
https://github.com/preservim/vim-litecorrect.git
synced 2025-11-15 21:33:47 -05:00
reduced limit to 350
This commit is contained in:
@@ -8,11 +8,10 @@ the most common of these typos and correct each upon hitting the space bar
|
|||||||
|
|
||||||
Features of this plugin:
|
Features of this plugin:
|
||||||
|
|
||||||
* Focused on the most common of typos that we make
|
* Focused on the most common of typos
|
||||||
* Uses Vim’s `iabbrev`
|
* Pure Vimscript where mechanism is `iabbrev`
|
||||||
|
* Limited to a maximum of 350 default entries for quick load (now near that limit)
|
||||||
* Buffer-scoped behavior
|
* 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
|
Note that this plugin is not intended to be a replacement for teh spell
|
||||||
checker in Vim. It’s best used with spell-check enabled.
|
checker in Vim. It’s 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,
|
For a more comprehensive approach with support for _many_ more words,
|
||||||
check out:
|
check out:
|
||||||
|
|
||||||
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect)
|
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim) - 800+ entries
|
||||||
* [wordlist.vim](https://github.com/vim-scripts/wordlist.vim)
|
* [vim-autocorrect](https://github.com/panozzaj/vim-autocorrect) - 12K+ entries!
|
||||||
|
|
||||||
A warning that larger entry counts make for slower loading.
|
A warning that larger entry counts make for slower loading.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user