]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove nosmartindent: indentexpr overrules it.
authorCiro Santilli <ciro.santilli@gmail.com>
Sun, 25 Jan 2015 22:38:57 +0000 (23:38 +0100)
committerCiro Santilli <ciro.santilli@gmail.com>
Sun, 25 Jan 2015 22:38:57 +0000 (23:38 +0100)
indent/mkd.vim

index 21b8397aca60a8d46c926a2d1914733160d4dedb..68e385a9732c0f3929a8c28c7d08daf01fd36c91 100755 (executable)
@@ -3,7 +3,6 @@ let b:did_indent = 1
 
 setlocal indentexpr=GetMkdIndent()
 setlocal nolisp
-setlocal nosmartindent
 setlocal autoindent
 
 " Only define the function once