From: Ciro Santilli Date: Sun, 25 Jan 2015 22:38:57 +0000 (+0100) Subject: Remove nosmartindent: indentexpr overrules it. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/68b59de79f80cf79888a180104841c3c42d05963 Remove nosmartindent: indentexpr overrules it. --- 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