Remove debugging technique

This commit is contained in:
Tim Pope
2010-06-18 18:41:24 -04:00
parent e36189b912
commit d8fd096eca

View File

@@ -16,7 +16,7 @@ setlocal indentkeys=o,O,*<Return>,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,=
" Only define the function once. " Only define the function once.
if exists("*GetHamlIndent") if exists("*GetHamlIndent")
" finish finish
endif endif
let s:attributes = '\%({.\{-\}}\|\[.\{-\}\]\)' let s:attributes = '\%({.\{-\}}\|\[.\{-\}\]\)'