Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed May 11, 2010
1 parent 8f9e77e commit b80f2c5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ftplugin/haml.vim
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/sass.vim
@@ -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")
Expand Down
4 changes: 2 additions & 2 deletions indent/haml.vim
@@ -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")
Expand Down
4 changes: 2 additions & 2 deletions indent/sass.vim
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion syntax/haml.vim
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion syntax/sass.vim
@@ -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")
Expand Down

0 comments on commit b80f2c5

Please sign in to comment.