summaryrefslogtreecommitdiff
path: root/tools/vim
diff options
context:
space:
mode:
authorNicolas Schodet2008-01-28 09:32:07 +0100
committerNicolas Schodet2008-01-28 09:32:07 +0100
commit837b9fe53240e8cbbd76bd9ba9b6a9a3cd9bc891 (patch)
tree73129f7e721ca49319b5f23dc11806f6c6dfbafd /tools/vim
parent3657056cc302efd98056fd2349776781759b1229 (diff)
* tools/vim:
- README.
Diffstat (limited to 'tools/vim')
-rw-r--r--tools/vim/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/vim/README b/tools/vim/README
index ed4dbfa8..695e4a2a 100644
--- a/tools/vim/README
+++ b/tools/vim/README
@@ -1,12 +1,12 @@
-Pour utiliser ces fichiers, copier le tout dans votre répertoire .vim dans
-votre répertoire home :
+To use theses files, copy everything in your .vim directory in your home
+directory:
mkdir ~/.vim
cp -r * ~/.vim
-Et ajouter dans votre .vimrc :
+And add in your .vimrc:
let g:fullname = "Henri Dugenou"
let g:copyright = g:fullname
-let g:email = "dugenou@efrei.fr"
+let g:email = "dugenou@example.com"
let g:nickname = "Dug"