Skip to content

Commit e012c07

Browse files
committed
add commit marker when exporting
1 parent a340fae commit e012c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/autoload/css_color.vim export-subst
12
/.gitattributes export-ignore
23
/README.md export-ignore
34
/LICENSE export-ignore

autoload/css_color.vim

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
" Language: Colorful CSS Color Preview
22
" Author: Aristotle Pagaltzis <[email protected]>
3-
" Last Change: 2014-01-14
3+
" Commit: $Format:%H$
44
" Licence: The MIT License (MIT)
5-
" Version: 1.0
65

76
if v:version < 700
87
echoerr printf('Vim 7 is required for css-color (this is only %d.%d)',v:version/100,v:version%100)

0 commit comments

Comments
 (0)