summaryrefslogtreecommitdiffstats
path: root/indent/markdown.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/markdown.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/markdown.vim b/indent/markdown.vim
index 60205111..fa797312 100644
--- a/indent/markdown.vim
+++ b/indent/markdown.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'markdown') == -1
+
if exists("b:did_indent") | finish | endif
let b:did_indent = 1
@@ -74,4 +75,5 @@ function GetMarkdownIndent()
return ind
endif
endfunction
+
endif