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

Add '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f517e0fd6f886bc3fbe27156ca1f946'
authormartin f. krafft <madduck@madduck.net>
Sun, 26 Jan 2020 00:25:48 +0000 (14:25 -1000)
committermartin f. krafft <madduck@madduck.net>
Sun, 26 Jan 2020 00:25:48 +0000 (14:25 -1000)
commit2ce54215a99b0a31154a468ad0aa56974c6fbefc
tree4e568abea836f140410da92af4cf5ee288f52a9b
parent8f402f6e0e976765d3889a23bc29699e8fd96b63
parentda5a7ac96f517e0fd6f886bc3fbe27156ca1f946
Add '.vim/bundle/vim-markdown/' from commit 'da5a7ac96f517e0fd6f886bc3fbe27156ca1f946'

git-subtree-dir: .vim/bundle/vim-markdown
git-subtree-mainline: 8f402f6e0e976765d3889a23bc29699e8fd96b63
git-subtree-split: da5a7ac96f517e0fd6f886bc3fbe27156ca1f946
29 files changed:
.vim/bundle/vim-markdown/.gitignore
.vim/bundle/vim-markdown/.travis.yml
.vim/bundle/vim-markdown/CONTRIBUTING.md
.vim/bundle/vim-markdown/Makefile
.vim/bundle/vim-markdown/README.md
.vim/bundle/vim-markdown/after/ftplugin/markdown.vim
.vim/bundle/vim-markdown/doc/vim-markdown.txt
.vim/bundle/vim-markdown/ftdetect/markdown.vim
.vim/bundle/vim-markdown/ftplugin/markdown.vim
.vim/bundle/vim-markdown/indent/markdown.vim
.vim/bundle/vim-markdown/registry/markdown.yaml
.vim/bundle/vim-markdown/syntax/markdown.vim
.vim/bundle/vim-markdown/test/README.md
.vim/bundle/vim-markdown/test/folding-toc.vader
.vim/bundle/vim-markdown/test/folding.vader
.vim/bundle/vim-markdown/test/ge_test.md
.vim/bundle/vim-markdown/test/indent-new-list-item.vader
.vim/bundle/vim-markdown/test/indent.md
.vim/bundle/vim-markdown/test/indent.vader
.vim/bundle/vim-markdown/test/map.vader
.vim/bundle/vim-markdown/test/python-folding.vader
.vim/bundle/vim-markdown/test/run-tests.sh
.vim/bundle/vim-markdown/test/syntax-singleline.vader
.vim/bundle/vim-markdown/test/syntax.md
.vim/bundle/vim-markdown/test/syntax.vader
.vim/bundle/vim-markdown/test/table-format.vader
.vim/bundle/vim-markdown/test/toc-autofit.vader
.vim/bundle/vim-markdown/test/toc.vader
.vim/bundle/vim-markdown/test/vimrc