Update email address

This commit is contained in:
Tim Pope
2010-05-10 22:22:34 -04:00
parent 8f9e77eb23
commit b80f2c5359
6 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
" Vim filetype plugin
" Language: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")

View File

@@ -1,6 +1,6 @@
" Vim filetype plugin
" Language: Sass
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")

View File

@@ -1,6 +1,6 @@
" Vim indent file
" Language: HAML
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Language: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2008 Sep 11
if exists("b:did_indent")

View File

@@ -1,6 +1,6 @@
" Vim indent file
" Language: SASS
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Language: Sass
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2007 Dec 16
if exists("b:did_indent")

View File

@@ -1,6 +1,6 @@
" Vim syntax file
" Language: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Filenames: *.haml
if exists("b:current_syntax")

View File

@@ -1,6 +1,6 @@
" Vim syntax file
" Language: Sass
" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Filenames: *.sass
if exists("b:current_syntax")