summaryrefslogtreecommitdiffstats
path: root/vim/.vim/templates/autocompletion.vim
blob: a4dca090b1064affc7d3b0b10a055cc7d64f706b (plain)
1
2
3
4
5
6
7
8
9
10
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