# HG changeset patch # User Steve Losh # Date 1295913207 18000 # Node ID 61a99f136627fef5e3276147edd8c7e2abbec5a0 # Parent ca0d38000b2eb5ed67902d330a274cdcd34fe9b3 Derp. diff -r ca0d38000b2e -r 61a99f136627 vim/bundle/django-custom/indent/htmldjango.vim --- a/vim/bundle/django-custom/indent/htmldjango.vim Mon Jan 24 18:51:49 2011 -0500 +++ b/vim/bundle/django-custom/indent/htmldjango.vim Mon Jan 24 18:53:27 2011 -0500 @@ -28,9 +28,9 @@ setlocal indentkeys=o,O,*,{,},o,O,!^F,<>> " Only define the function once. -"if exists("*GetDjangoIndent") - "finish -"endif +if exists("*GetDjangoIndent") + finish +endif function! GetDjangoIndent(...) if a:0 && a:1 == '.'