From d8fd096eca760e084adcab81dc36fc0b4efe7697 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 18 Jun 2010 18:41:24 -0400 Subject: [PATCH] Remove debugging technique --- indent/haml.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '\%({.\{-\}}\|\[.\{-\}\]\)'