dblanchet / vim-help-fr

Vim help file translation
4 stars 1 forks source link

Vim help french translation

This repository provides the files from the official archive of the Vim help french translation (see Vim website).

The translation is based on Vim 6.2.017.

Install for pathogen

Get pathogen.vim if you don't have it yet.

cd ~/.vim/
git submodule add git://github.com/dblanchet/vim-help-fr bundle/help-fr

Then, in Vim:

:call pathogen#helptags()

Manual install

cd ~/.local/src
git clone git://github.com/dblanchet/vim-help-fr.github
cp -R vim-help-fr/doc/* ~/.vim/doc/
cp -R vim-help-fr/after/syntax/help.vim ~/.vim/after/syntax/

Then, in Vim:

:helptags

Credits

See README.fr file.