]> 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:

Make autocommands buffer-local
authorSebastián Mancilla <smancill.m@gmail.com>
Sat, 3 Mar 2018 00:06:38 +0000 (21:06 -0300)
committerSebastián Mancilla <smancill.m@gmail.com>
Sat, 3 Mar 2018 00:06:38 +0000 (21:06 -0300)
commit5f770c34d3e1d23b4715f79fb67892d0263e1ae6
treeb8ec8614e70c95b6ac99a129485cc6b631ad919a
parent861e84fc0bc97be8387e92ac2fc180599dc2b5a3
Make autocommands buffer-local

Ensure the commands are executed only for Markdown buffers.
ftplugin/markdown.vim