Russell Bateman wrote:

For those of us (and, I'm asking this outside the forum in case I'm the only one) that are less family with vim scripts, where do I drop this script in order for it to be in effect (/home/russ/? c:\Documents and Settings\russ\My Documents?) and how do I set g:EasyAccents_VowelFirst to zero?

If this were better posted publicly (because useful to others), then I have no problem with doing that.

Thanks,
Russ

Charles E Campbell Jr wrote:

Have you considered EasyAccents.vim?

 http://vim.sourceforge.net/scripts/script.php?script_id=451

Bring up vim; type
 :echo &rtp
and you'll see a comma-delimited list of directories. Pick one, preferably not a system one (ie. not where vim stores its plugins), and create a subdirectory, ...\plugin . Put EasyAccents in there. You can read more about this using :help 'rtp' . Hmm, perhaps I ought to upload a "vimball" version of EasyAccents; with that, it'd be simply

 vim EasyAccents.vba.gz
 :so %

Now for the second question:  again, while in vim:  :echo $HOME .
You should place in the directory so displayed the .vimrc file. Within it, have:

 set nocp
 filetype plugin on
 let g:EasyAccents_VowelFirst= 0

Regards,
Chip Campbell

Reply via email to