Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime!sanders.austin.ibm.com!sanders From: sanders@sanders.austin.ibm.com (Tony Sanders) Newsgroups: comp.editors Subject: Re: Spell checking in vi Message-ID: <7050@awdprime.UUCP> Date: 25 Apr 91 19:07:15 GMT References: <73498@brunix.UUCP> Sender: news@awdprime.UUCP Organization: IBM AWD, Austin Lines: 11 map ^K :%!(tee /tmp/sp$$;echo -End Spell-;spell /tmp/sp$$;rm -f /tmp/sp$$)^V^M map ^O Gi/\<^V^[A\>^V^["wdd@w ^x is control character of course. ^K runs spell ^O searches for next misspelled word. Might I also suggest finding a copy of ispell. -- sanders@cactus.org