diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-04-23 01:20:36 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-04-23 01:20:36 -0400 |
commit | e0cb5545ccb95cbc6cf03fd256cca622f613ecdf (patch) | |
tree | 219ab0ba233d717b90b21968acf51454cd6c9dc5 /.vim/c-support/templates/Templates | |
parent | f505cc10656d4262dba69aa6ced81dd9024ec592 (diff) | |
download | openwrt-repro-e0cb5545ccb95cbc6cf03fd256cca622f613ecdf.tar.gz openwrt-repro-e0cb5545ccb95cbc6cf03fd256cca622f613ecdf.zip |
removed a bunch of unused vim stuff
Diffstat (limited to '.vim/c-support/templates/Templates')
-rw-r--r-- | .vim/c-support/templates/Templates | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.vim/c-support/templates/Templates b/.vim/c-support/templates/Templates deleted file mode 100644 index 5841481..0000000 --- a/.vim/c-support/templates/Templates +++ /dev/null @@ -1,30 +0,0 @@ -$ -$ ============================================================= -$ ========== USER MACROS ====================================== -$ ============================================================= -$ -|AUTHOR| = bryan newbold -|AUTHORREF| = bnewbold -|EMAIL| = bnewbold@robocracy.org -|COMPANY| = -|COPYRIGHT| = Copyright (c) |YEAR|, |AUTHOR| -|STYLE| = default -$ -$ ============================================================= -$ ========== FILE INCLUDES ==================================== -$ ============================================================= -$ -|includefile| = c.comments.template -|includefile| = c.cpp.template -|includefile| = c.idioms.template -|includefile| = c.preprocessor.template -|includefile| = c.statements.template -$ -== IF |STYLE| IS CPP == -|includefile| = cpp.comments.template -|includefile| = cpp.cpp.template -|includefile| = cpp.idioms.template -|includefile| = cpp.preprocessor.template -|includefile| = cpp.statements.template -== ENDIF == -$ |