]> git.madduck.net Git - etc/vim.git/shortlog

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:

etc/vim.git
2019-03-25 John TobinMerge branch 'master' into testing-fix
2019-03-25 Hiroshi ShirosakiMerge pull request #421 from jneidel/patch-1
2019-03-24 Jonathan NeidelFix typo
2019-03-18 John TobinRemove user directories from runtimepath.
2019-02-28 Hiroshi ShirosakiFix test errors with latest vim
2019-02-27 Hiroshi ShirosakiMerge pull request #415 from endersstocker/syntax/fix...
2019-02-24 Bryan EndersSyntax: Fix strikethrough
2019-01-17 Hiroshi ShirosakiMerge pull request #397 from sim590/inexact-ft-match...
2019-01-17 Hiroshi ShirosakiFix code quotes when ending with backslash
2019-01-09 Hiroshi ShirosakiAdd documentation for strikethrough extension
2019-01-09 Hiroshi ShirosakiMerge pull request #367 from 91khr/master
2018-12-29 Hiroshi ShirosakiMerge pull request #401 from liborw/master
2018-12-29 Hiroshi ShirosakiMerge pull request #405 from idbrii/setfiletype
2018-12-08 Libor WagnerDo not conceal code blocks
2018-12-07 David BriscoePrevent repeated sourcing of syntax
2018-11-20 Libor WagnerAdd option to disable code blocks concealing
2018-10-31 Simon Désaulniersftplugin: syntax highlighting for fts *markdown*
2018-10-24 Hiroshi ShirosakiMerge pull request #392 from anowlcalledjosh/yaml-front...
2018-10-23 Josh HollandFix detection of YAML frontmatter ending with "..."
2018-07-30 Hiroshi ShirosakiAdd basic usage in table of contents
2018-07-30 Hiroshi ShirosakiAdd basic usage for fold and conceal #334
2018-07-27 Hiroshi ShirosakiRemove easy_install on travis
2018-07-26 Hiroshi ShirosakiFix test for heading highlight
2018-07-26 Jerome DalbertAdd heading highlight group
2018-07-26 Hiroshi ShirosakiUpdate doc
2018-07-26 Hiroshi ShirosakiMerge pull request #371 from codybuell/master
2018-07-26 Hiroshi ShirosakiMerge branch 'master' into master
2018-07-26 Hiroshi ShirosakiMerge pull request #375 from anowlcalledjosh/auto-inser...
2018-07-26 Hiroshi ShirosakiMerge pull request #377 from mmFooD/code-conceal
2018-07-26 Hiroshi ShirosakiMerge pull request #374 from anowlcalledjosh/yaml-tripl...
2018-06-06 Patrik BogrenAdded concealends for code items
2018-06-06 codybuellMerge branch 'master' of github.com:codybuell/vim-markdown
2018-06-06 codybuellInitialize editmethod variable
2018-06-06 codybuellAdd support for opening links in tabs and splits
2018-06-05 Josh HollandAdd option to disable automatic bullet insertion
2018-06-05 Josh HollandSupport YAML frontmatter that ends with "..."
2018-06-05 Ben WilliamsAttempt to fix OSX tests in Travis-CI by upgrading...
2018-04-27 codybuellInitialize editmethod variable
2018-04-27 codybuellAdd support for opening links in tabs and splits
2018-03-24 Isaac DeltonAdd support for strike through which is supported by...
2018-03-23 Hiroshi ShirosakiMerge pull request #366 from GloverDonovan/fix/typo
2018-03-21 Donovan GloverFix some typos
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 codybuellAdd documentation for changing file extensions
2018-01-17 codybuellMerge remote-tracking branch 'upstream/master'
2017-12-21 Hiroshi ShirosakiAdd a test for link title highlighting #343
2017-12-15 Hiroshi ShirosakiUse sudo on OSX on travis
2017-12-15 Hiroshi ShirosakiInstall pip on OSX on travis
2017-12-15 Hiroshi ShirosakiFix pip install on OSX on travis
2017-12-15 Hiroshi ShirosakiInstall python on OSX on travis
2017-12-15 Hiroshi ShirosakiAdd python path with OSX on travis
2017-12-15 Hiroshi ShirosakiUpdate doc for Follow named anchors
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-09-28 memeplexAdd some documentation
2017-06-30 Shane PearmanChange mkdRule match syntax to be more liberal
2017-06-27 codybuellCorrect spelling to global variable name
2017-06-26 codybuellAdd support for another extension
2017-05-10 Hiroshi ShirosakiMerge pull request #326 from memeplex/escapemath
2017-04-28 memeplexSkip escaped $ inside math
2017-03-16 Hiroshi ShirosakiAdd document for math conceal #277
2017-03-16 Hiroshi ShirosakiAdd tests for `ge` command
2017-03-16 Hiroshi ShirosakiUpdate doc for `ge`
2017-03-09 Hiroshi ShirosakiAdd a test for footnotes #314
2017-03-09 memeplexDon't highlight footnote def as link def
2017-03-09 Hiroshi ShirosakiFix test description #319
2017-03-09 Hiroshi ShirosakiMerge pull request #318 from 'memeplex/linkbracket'
2017-03-09 Hiroshi ShirosakiAdd a test for mkdLink #319
2017-03-08 memeplexFix two line link syntax
2017-03-06 Hiroshi ShirosakiFix last line header folding
2017-03-05 memeplexFix mkdLink highlighting region
2017-02-26 memeplexAllow local anchors and improve buffer filename.
2017-02-22 memeplexFollow named anchors with ge
2017-02-02 Hiroshi ShirosakiFix error: stty: stdin isn't a terminal on travis
2017-02-02 Hiroshi ShirosakiMerge pull request #307 from wavded/patch-1
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
2017-02-01 Hiroshi ShirosakiMerge pull request #309 from michaelPotter/master
2017-02-01 Hiroshi ShirosakiMerge pull request #297 from KainokiKaede/master
2017-02-01 Hiroshi ShirosakiMerge pull request #285 from codybuell/master
2017-02-01 Hiroshi ShirosakiAdd -H option for permission errors on travis
2017-01-08 michaelPotterFix leading space as part of ** bold
2017-01-08 michaelPotterAdd documentation
2017-01-08 michaelPotterUnit tests for italic/bold/italic bold concealing
2017-01-08 michaelPotterAdd syntax concealing for italic/bold/italic bold
2016-12-30 Marc HarterFix spell check on bold an italic text
2016-12-11 luzhlonfixed the autofit bug
2016-10-12 Kaede KainokiFix the matching region of mkdListItem.
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-07-13 codybuellAdd documentation for foldtext override
2016-07-13 codybuellAdd option to disable setting foldtext
2016-05-19 Hiroshi ShirosakiMerge pull request #279 from aseom/master
2016-05-17 aseomAdd tests for link in headers
2016-05-13 aseomHighlight mkdLink, mkdInlineURL in Headings
next