From 16938a57453b769490fde0372407ae169de519ab Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 10 Oct 2012 22:12:38 +0200 Subject: Add "basic" vim configuration --- vim/.vim/templates/autocompletion.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vim/.vim/templates/autocompletion.vim (limited to 'vim/.vim/templates/autocompletion.vim') diff --git a/vim/.vim/templates/autocompletion.vim b/vim/.vim/templates/autocompletion.vim new file mode 100644 index 0000000..a4dca09 --- /dev/null +++ b/vim/.vim/templates/autocompletion.vim @@ -0,0 +1,11 @@ +" <+DATE+> : Date du jour +%s/<+DATE+>/\=strftime("%d %b %Y")/g + +" <+AUTEUR+> : Auteur +%s/<+AUTEUR+>/Audric Schiltknecht \/ Viveris Technologies/g + +" <+VERSION+> : Par défaut -> 1.0 +%s/<+VERSION+>/1\.0/g + +" <+FILE+> : nom du fichier +%s/<+FILE+>/\=expand('%')/g -- cgit v1.2.3-70-g09d2