61a99f136627

Derp.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Jan 2011 18:53:27 -0500
parents ca0d38000b2e
children 48fb846e8cb6
branches/tags (none)
files vim/bundle/django-custom/indent/htmldjango.vim

Changes

--- 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,*<Return>,{,},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 == '.'