dpelle / vim-Grammalecte

A vim plugin for the Grammalecte French grammar checker
83 stars 11 forks source link

Python script's name was changed #13

Closed LenaicTerrier closed 4 years ago

LenaicTerrier commented 5 years ago

Greetings,

Grammalecte's commit 099f103bb1f75b48 has moved cli.py to grammalecte-cli.py. This change should be acknowledge in vim-Grammalecte's README.md.

From

let g:grammalecte_cli_py='~/Downloads/Grammalecte-fr-v0.5.14/pythonpath/cli.py'

to

let g:grammalecte_cli_py='~/Downloads/Grammalecte-fr-v0.6.1/pythonpath/grammalecte-cli.py'

as version 0.6.1 is the first version with this change.

If necessary, I'm willing to setup a pull request to close this issue.

Lénaïc

tarikgraba commented 4 years ago

I think the whole section "Installing Grammalecte" should be revised as the download link should be: https://grammalecte.net/#download And the cli & server version (zip) should be used instead of the LibreOffice/OpenOffice version (oxt) of the plugin.

dpelle commented 4 years ago

The file doc/Grammalecte.txt was updated recently. It fixes the renaming of file cli.py -> grammalecte-cli.py among other things. Closing.