]> git.madduck.net Git - etc/vim.git/history - ftplugin/markdown.vim

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 bash for fenced code block syntax #93
[etc/vim.git] / ftplugin / markdown.vim
2016-01-26 Hiroshi ShirosakiAdd bash for fenced code block syntax #93
2016-01-25 Hiroshi ShirosakiGo to the current header on Toc
2016-01-19 Ciro Santilli 六四事件... Merge pull request #245 from cirosantilli/contributing...
2016-01-19 Hiroshi ShirosakiChange function name to camel case as others
2016-01-18 Hiroshi ShirosakiChange global variables to local
2016-01-18 Hiroshi ShirosakiChange buffer local variables to function local
2016-01-18 Hiroshi ShirosakiFix YAML frontmatter recognised as level-2 heading
2016-01-15 Hiroshi ShirosakiUse vertical resize command
2016-01-15 Hiroshi ShirosakiMerge pull request #243 from alexconst/feat/toc_autofit
2016-01-14 Alexandre ConstantinoImplement TOC window auto-fit
2016-01-14 Hiroshi Shirosaki:Toc should accept single `=` and `-` as setex header
2016-01-14 Hiroshi ShirosakiMerge pull request #241 from alexconst/fix/hash_comments
2016-01-13 Alexandre ConstantinoFix :Toc for setext headers
2016-01-13 Hiroshi ShirosakiImprove code block syntax and fix test failures
2016-01-13 Hiroshi ShirosakiMove code to ftplugin from plugin.
2016-01-13 Hiroshi ShirosakiAdd `:Toc` tests for setex and atx headers
2016-01-12 Alexandre ConstantinoFix bug related to folding and hash comments
2016-01-05 Hiroshi ShirosakiFix substitute with `gdefault` on
2015-09-09 Ciro Santilli 六四事件... Merge pull request #221 from yuex/feature/mkd2markdown
2015-09-02 Yue Xinswap out mkd, successfully...