thank in advance for any reply.
epashpouri
Check here:
http://www.highley-recommended.com/text-processing.html
> thank in advance for any reply.
> epashpouri
--
Regards,
David Highley Phone: (206) 669-0081
Highley Recommended, Inc. FAX: (253) 838-8509
2927 SW 339th Street Email: dhig...@highley-recommended.com
Federal Way, WA 98023-7732 WEB: http://www.highley-recommended.com
X hello;
X sorry to ask such primitive question.
X i have been doing spell check after writing the buffer to a file by shell
X executing of the ispell. i am woundering if there is a way to spell check
X the buffer i am working before saving it. i have gone through the help file
X tutorial but no mention of spell check in vim.
X apriciate any pointer to where i could find about this and some other
X commands. as you could tell i am new to vim. so go easy on me.
X
X thank in advance for any reply.
X
X epashpouri
I'm sure I saw better ways to do spell checking than what I'm about to
suggest, I just can not remember them :-) You might want to look at
<http://www.vim.org> where there might be some suggestions. Anyway,
here is how I do spell checking usng ispell
map S :w<C-M>:!ispell %<C-M>:e!<C-M><C-M>
I do not use the normal S command, remapping it to my spell checker is
not a problem for me. If you prefer some other mapping, then by all
means us something else.
I use this because it is very similar to something I had in my vi .exrc
file, and I got this from one of the vi related web sites.
map S :w^V^M:!ispell % ^V^M:e!^V^M^V^M
Bob Harris
Bob Harris
epashpouri
Me too for the highlighted region...
vmap ,i :w! spell.tmp<cr>gvod<up>:!ispell -x -d ngerman -T latin1
\ spell.tmp<cr><cr>:r spell.tmp<cr>:!rm spell.tmp<cr><cr> i
Gruß Rolf
--
Jein oder nicht jein - sonst noch Fragen?
Check out
http://vim.sourceforge.net/scripts/script.php?script_id=195
for <engspchk.vim> which does spell-checking via vim's own
syntax highlighting.
Regards,
Chip Campbell
--
Charles E Campbell, Jr, PhD _ __ __
Goddard Space Flight Center / /_/\_\_/ /
c...@NgrOyphSon.gPsfAc.nMasa.gov /_/ \/_//_/
PGP public key: http://www.erols.com/astronaut/pgp.html