-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
24 lines (18 loc) · 1.4 KB
/
README
File metadata and controls
24 lines (18 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is a mirror of http://www.vim.org/scripts/script.php?script_id=465
***** note to VIM 7 users ! *****
Version 7 of vim integrates a native spellchecker which outperforms vimspell script.
As such I will not maintain anymore vimspell script, and you are advised to delete all
related files from your plugin/ and doc/ directory, and use the native spellchecker instead.
******************************
This script is based on Claudio Fleiner's spell checker and uses ispell (or aspell)
to highlight spelling errors, and provides mappings (including a popup menu opened
by right clicking on a mispelled word) to correct them, with suggestions.
It is possible to set up the script to do automatic spellchecking (à la
word --- the current visible window is checked, and errors are highlighted on the fly).
For that, just redefine the spell_auto_type variable (let spell_auto_type="tex,doc,mail") in such a maner
that all the filetypes for which you want on the fly spell check are listed ("none", and "all" token are treated).
Much more documentation on all options can be found at the beginning of the script, or
after having install it, by typing the command ":help vimspell".
Feedback (suggestions, bug report, questions,...) is welcome ....
You can subscribe to a mailing list to receive annoucement for new versions by sending a mail
here at vimspell.announce-request@ml.free.fr with subscribe in the subject.