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

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:

Use just markdown as filetype.
authorCiro Santilli <ciro.santilli@gmail.com>
Tue, 6 Oct 2015 11:26:05 +0000 (13:26 +0200)
committerCiro Santilli <ciro.santilli@gmail.com>
Tue, 6 Oct 2015 11:43:58 +0000 (13:43 +0200)
commit0ef08f71f6325e24ede2195f83c6d5fd02bb6a8d
treeb376720b33282bf85245c819c06b722229a8fd1a
parent5ff124014066ba7882617c283e7750d449caafb4
Use just markdown as filetype.

. for multiple filetypes does not work with autocmd.

There seems to be no known workaround:
http://vi.stackexchange.com/questions/4893

This is a breaking change as it would break user scripts
who used autocmd, but we have already broken them
with this compound filetype, so let's just finish the job.

Semi-reverses: https://github.com/plasticboy/vim-markdown/pull/217
ftdetect/markdown.vim