From: Ciro Santilli Date: Sat, 21 Feb 2015 10:31:02 +0000 (+0100) Subject: Merge pull request #168 from cirosantilli/rm-smartindent X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/eb89af96d9ae2f0c45cf252563a6046cdb77a7ad?hp=fe1eae8a04545e915bd15d6b0018431aa7ccafe5 Merge pull request #168 from cirosantilli/rm-smartindent Remove nosmartindent: indentexpr overrules it. --- diff --git a/indent/mkd.vim b/indent/mkd.vim index 21b8397a..68e385a9 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