From 68b59de79f80cf79888a180104841c3c42d05963 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 25 Jan 2015 23:38:57 +0100 Subject: [PATCH] Remove nosmartindent: indentexpr overrules it. --- indent/mkd.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/indent/mkd.vim b/indent/mkd.vim index 21b8397..68e385a 100755 --- a/indent/mkd.vim +++ b/indent/mkd.vim @@ -3,7 +3,6 @@ let b:did_indent = 1 setlocal indentexpr=GetMkdIndent() setlocal nolisp -setlocal nosmartindent setlocal autoindent " Only define the function once -- 2.39.5