Synchronize dates for delivering upstream

This commit is contained in:
Tim Pope
2010-07-26 18:40:36 -04:00
parent dd0a6233d5
commit c8de253905
9 changed files with 22 additions and 15 deletions

View File

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

View File

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

View File

@@ -1,6 +1,7 @@
" Vim filetype plugin " Vim filetype plugin
" Language: SCSS " Language: SCSS
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2010 Jul 26
if exists("b:did_ftplugin") if exists("b:did_ftplugin")
finish finish

View File

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

View File

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

View File

@@ -1,6 +1,7 @@
" Vim indent file " Vim indent file
" Language: SCSS " Language: SCSS
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2010 Jul 26
if exists("b:did_indent") if exists("b:did_indent")
finish finish

View File

@@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Haml " Language: Haml
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Filenames: *.haml " Filenames: *.haml
" Last Change: 2010 Jul 26
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish

View File

@@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: Sass " Language: Sass
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Filenames: *.sass " Filenames: *.sass
" Last Change: 2010 Jul 26
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish

View File

@@ -1,7 +1,8 @@
" Vim syntax file " Vim syntax file
" Language: SCSS " Language: SCSS
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Filenames: *.scss " Filenames: *.scss
" Last Change: 2010 Jul 26
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish