From 92ae62f4db11ccbfc41bc9f24fe3859aef456f34 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Wed, 23 Jan 2013 21:22:24 +0100 Subject: Little clean-up Easier (I think...) directory layout --- vim/.vim/templates/autocompletion.vim | 11 ----------- vim/.vim/templates/c.tpl | 8 -------- vim/.vim/templates/cpp.tpl | 8 -------- vim/.vim/templates/h.tpl | 14 -------------- vim/.vim/templates/html.tpl | 11 ----------- vim/.vim/templates/java.tpl | 11 ----------- vim/.vim/templates/py.tpl | 4 ---- 7 files changed, 67 deletions(-) delete mode 100644 vim/.vim/templates/autocompletion.vim delete mode 100644 vim/.vim/templates/c.tpl delete mode 100644 vim/.vim/templates/cpp.tpl delete mode 100644 vim/.vim/templates/h.tpl delete mode 100644 vim/.vim/templates/html.tpl delete mode 100644 vim/.vim/templates/java.tpl delete mode 100644 vim/.vim/templates/py.tpl (limited to 'vim/.vim/templates') diff --git a/vim/.vim/templates/autocompletion.vim b/vim/.vim/templates/autocompletion.vim deleted file mode 100644 index a4dca09..0000000 --- a/vim/.vim/templates/autocompletion.vim +++ /dev/null @@ -1,11 +0,0 @@ -" <+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 diff --git a/vim/.vim/templates/c.tpl b/vim/.vim/templates/c.tpl deleted file mode 100644 index 0e86285..0000000 --- a/vim/.vim/templates/c.tpl +++ /dev/null @@ -1,8 +0,0 @@ -/** - * @file <+FILE+> - * @author <+AUTEUR+> - * @date <+DATE+> - * @version <+VERSION+> - * @brief <+DESCRIPTION_COURTE+> - * - */ diff --git a/vim/.vim/templates/cpp.tpl b/vim/.vim/templates/cpp.tpl deleted file mode 100644 index 0e86285..0000000 --- a/vim/.vim/templates/cpp.tpl +++ /dev/null @@ -1,8 +0,0 @@ -/** - * @file <+FILE+> - * @author <+AUTEUR+> - * @date <+DATE+> - * @version <+VERSION+> - * @brief <+DESCRIPTION_COURTE+> - * - */ diff --git a/vim/.vim/templates/h.tpl b/vim/.vim/templates/h.tpl deleted file mode 100644 index 53a7226..0000000 --- a/vim/.vim/templates/h.tpl +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @file <+FILE+> - * @author <+AUTEUR+> - * @version <+VERSION+> - * @brief <+DESCRIPTION_COURTE+> - * - * <+DESCRIPTION_LONGUE+> - * - */ -#ifndef <+HEADER_H+> -#define <+HEADER_H+> - - -#endif diff --git a/vim/.vim/templates/html.tpl b/vim/.vim/templates/html.tpl deleted file mode 100644 index 1b18da7..0000000 --- a/vim/.vim/templates/html.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/vim/.vim/templates/java.tpl b/vim/.vim/templates/java.tpl deleted file mode 100644 index 7b4f715..0000000 --- a/vim/.vim/templates/java.tpl +++ /dev/null @@ -1,11 +0,0 @@ -/** -* @author : <+AUTEUR+> -* @date : <+DATE+> -* @version : <+VERSION+> -*/ - -package <+NOM_PACKAGE+>; - -class <+FILE+> { - -} diff --git a/vim/.vim/templates/py.tpl b/vim/.vim/templates/py.tpl deleted file mode 100644 index 606c45a..0000000 --- a/vim/.vim/templates/py.tpl +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# Author: <+AUTEUR+> -# $Id:$ - -- cgit v1.2.3-70-g09d2