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

Merge pull request #397 from sim590/inexact-ft-match-syntax-hl
[etc/vim.git] / ftplugin / markdown.vim
2019-01-17 Hiroshi ShirosakiMerge pull request #397 from sim590/inexact-ft-match...
2019-01-09 Hiroshi ShirosakiMerge pull request #367 from 91khr/master
2018-12-29 Hiroshi ShirosakiMerge pull request #401 from liborw/master
2018-11-20 Libor WagnerAdd option to disable code blocks concealing
2018-10-31 Simon Désaulniersftplugin: syntax highlighting for fts *markdown*
2018-07-26 Hiroshi ShirosakiMerge pull request #371 from codybuell/master
2018-07-26 Hiroshi ShirosakiMerge branch 'master' into master
2018-06-06 codybuellInitialize editmethod variable
2018-06-06 codybuellAdd support for opening links in tabs and splits
2018-04-27 codybuellInitialize editmethod variable
2018-04-27 codybuellAdd support for opening links in tabs and splits
2018-03-19 Hiroshi ShirosakiMerge pull request #363 from smancill/buffer-local...
2018-03-03 Sebastián MancillaMake autocommands buffer-local
2018-01-20 Hiroshi ShirosakiMerge pull request #354 from codybuell/master
2018-01-19 codybuellInitialize empty l:ext in case no ext opt set
2018-01-17 codybuellCorrect escaping
2018-01-17 codybuellMerge remote-tracking branch 'upstream/master'
2017-12-15 Hiroshi ShirosakiMerge pull request #335 from spearman/horiz-rule-syntax
2017-12-15 Hiroshi ShirosakiMerge pull request #312 from memeplex/namedanchor
2017-06-27 codybuellCorrect spelling to global variable name
2017-06-26 codybuellAdd support for another extension
2017-02-26 memeplexAllow local anchors and improve buffer filename.
2017-02-22 memeplexFollow named anchors with ge
2017-02-01 Hiroshi ShirosakiMerge branch 'master' into patch-1
2017-02-01 Hiroshi ShirosakiMerge pull request #293 from artumi-richard/gitlabwiki
2017-02-01 Hiroshi ShirosakiMerge pull request #303 from luzhlon/master
2016-12-11 luzhlonfixed the autofit bug
2016-09-09 Richard FletcherAuto write option on following a link for edit
2016-09-09 Richard FletcherOption to not require .md extensions in markdown links
2016-05-10 Hiroshi ShirosakiMerge pull request #275 from mpercy/master
2016-04-27 Mike PercyImplement "edit link in Vim" shortcut
2016-03-16 Hiroshi ShirosakiSet emtpy to loclist if :Toc returns no headers
2016-03-04 Hiroshi ShirosakiMerge pull request #269 from yous/relaxed-fenced-code
2016-03-03 Chayoung YouSupport more general fenced code block
2016-02-26 Hiroshi ShirosakiFix comments for TableFormat #265
2016-02-25 Hiroshi ShirosakiTableFormat does not remove colons for alignment
2016-02-19 Hiroshi ShirosakiFix fenced code block syntax when reopening a file
2016-02-19 Hiroshi ShirosakiAdd 'g:vim_markdown_fenced_languages' option
2016-02-19 BOACKAdd 'g:vim_markdown_conceal'
2016-02-10 Hiroshi ShirosakiMerge pull request #255 from alexconst/feat/ft_dict_ini
2016-02-10 Alexandre ConstantinoAdd filetype mapping of ini to dosini
2016-02-05 Hiroshi ShirosakiMerge pull request #252 from alexconst/feat/emphasis_si...
2016-02-05 Hiroshi ShirosakiFix syntax include errors with alias language
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...