Monday, August 30, 2010

Re: [patch] fixed grammatical errors in vim help files using LanguageTool

Jan Larres wrote:

> Dominique Pellé <dominique.pelle@gmail.com>:
>> I did make a stab at writing a plugin to integrate the
>> LanguageTool grammar checker in Vim.  I'm sure the
>> plugin could be improved in many ways, but I already
>> find it useful. Script and screenshots are available at:
>>
>> http://www.vim.org/scripts/script.php?script_id=3223
>> http://dominiko.livejournal.com/25457.html
>
> Very nice! Just one minor issue I ran into: I used '~' for my $HOME dir in
> g:languagetool_jar, and that apparently isn't recognised by filereadable(), so
> I suggest using expand(g:languagetool_jar) when setting the s: variable.

Hi Jan

Thanks for the feedback. LanguageTool plugin now tries to
use g:languagetool_jar and if it does not exists, it also tries
to use expand(g:languagetool_jar).

So you should now be able to use '~/...' in g:languagetool_jar.

Regards
-- Dominique

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: