diff --git a/indent/haml.vim b/indent/haml.vim index b788085..079bd05 100644 --- a/indent/haml.vim +++ b/indent/haml.vim @@ -16,7 +16,7 @@ setlocal indentkeys=o,O,*,},],0),!^F,=end,=else,=elsif,=rescue,=ensure,= " Only define the function once. if exists("*GetHamlIndent") - " finish + finish endif let s:attributes = '\%({.\{-\}}\|\[.\{-\}\]\)'