Remove commented code

This commit is contained in:
Tim Pope
2016-02-11 12:43:03 -05:00
parent 5c1189022d
commit 7d86692010

View File

@@ -30,8 +30,6 @@ function! GetSassIndent()
let cindent = indent(v:lnum)
if line !~ s:property && line !~ s:extend && cline =~ s:property
return indent + &sw
"elseif line =~ s:property && cline !~ s:property
"return indent - &sw
else
return -1
endif