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

markdown inclusion does not yet work, comment
authormartin f. krafft <madduck@madduck.net>
Tue, 10 Mar 2020 15:30:55 +0000 (16:30 +0100)
committermartin f. krafft <madduck@madduck.net>
Tue, 10 Mar 2020 15:30:55 +0000 (16:30 +0100)
.vim/after/syntax/mail.vim

index b0b95018398b55d07ee50b14f85b437303593c73..2250d965075f4381f3b70b9b42c67968b1beaf91 100644 (file)
@@ -1,2 +1,2 @@
-syntax region mailBody start="^$" end="^--\s"me=s-1 keepend contains=@Markdown
-syntax include @Markdown syntax/markdown.vim
+"syntax region mailBody start="^$" end="^--\s"me=s-1 skip=">.*$" keepend contains=@Markdown
+"syntax include @Markdown syntax/markdown.vim