Normalize modelines

This commit is contained in:
Tim Pope
2008-07-03 16:08:28 -04:00
parent 4a3cfbd0e5
commit e1bda6ccfb
2 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
" Filenames: *.haml
if exists("b:current_syntax")
finish
finish
endif
if !exists("main_syntax")
@@ -82,4 +82,4 @@ hi def link hamlError Error
let b:current_syntax = "haml"
" vim:set sts=4 sw=4:
" vim:set sw=2:

View File

@@ -4,7 +4,7 @@
" Filenames: *.sass
if exists("b:current_syntax")
finish
finish
endif
runtime! syntax/css.vim
@@ -53,6 +53,4 @@ hi def link sassClass Type
let b:current_syntax = "sass"
"if main_syntax == 'css'
"unlet main_syntax
"endif
" vim:set sw=2: