]> 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
2016-01-15 Hiroshi ShirosakiUpdate doc
2016-01-15 Hiroshi ShirosakiMerge pull request #243 from alexconst/feat/toc_autofit
2016-01-14 Alexandre ConstantinoFix toc-autofit test and travis build config
2016-01-14 Alexandre ConstantinoImplement TOC window auto-fit
2016-01-14 Hiroshi ShirosakiRefactoring the fenced code block handling of folding
2016-01-14 Hiroshi ShirosakiFix code block syntax of longer backticks, tildes
2016-01-14 Hiroshi ShirosakiFix folding with code block and level setting
2016-01-14 Hiroshi ShirosakiEscape `~` in regexp with folding
2016-01-14 Hiroshi ShirosakiUpdate doc
2016-01-14 Hiroshi ShirosakiAdd `:lclose` after `:Toc` to fix test failure
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-14 Hiroshi ShirosakiFix test failures when the window width is small
2016-01-13 Alexandre ConstantinoAdd test for folding and :Toc
2016-01-13 Alexandre ConstantinoFix/revert folding for setext headers
2016-01-13 Alexandre ConstantinoFix :Toc for setext headers
2016-01-13 Hiroshi ShirosakiRename toc.vader to fix test failures
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 ShirosakiChange filetype markdown
2016-01-13 Matt EllisForce syntax highlighting on buffer reload
2016-01-13 Matt EllisSupport indented code fences inside lists
2016-01-13 Matt EllisPrevent sub-words overriding
2016-01-13 Matt EllisOnly include syntax files once
2016-01-13 Matt EllisSyntax highlighting of code blocks
2016-01-13 Hiroshi ShirosakiImport tests to syntax.vader from test/header.md
2016-01-13 Hiroshi ShirosakiFix vim code style in README.md
2016-01-13 Hiroshi ShirosakiMove test/header.md to test/toc.vader
2016-01-13 Hiroshi ShirosakiAdd `:Toc` tests for setex and atx headers
2016-01-13 Hiroshi ShirosakiRemove needless + from setext-style headers tests
2016-01-12 Alexandre ConstantinoFix bug related to folding and hash comments
2016-01-09 Hiroshi ShirosakiFix indent code block and add tests
2016-01-09 Hiroshi ShirosakiChange match URL in parenthesis
2016-01-08 Hiroshi ShirosakiImprove performance of folding
2016-01-08 Hiroshi ShirosakiEnable HTML highlight
2016-01-08 Hiroshi ShirosakiFix `&` and `>` are marked as htmlError in lists
2016-01-07 Hiroshi ShirosakiUse function! as with the other code
2016-01-06 Hiroshi ShirosakiAdd highlight `![image](URL)`
2016-01-06 Hiroshi ShirosakiSyntax highlight is enabled in mkdLink
2016-01-06 Hiroshi ShirosakiRename using hyphen as with the other
2016-01-05 Hiroshi ShirosakiFix link highlight in parenthesis
2016-01-05 Hiroshi ShirosakiFix substitute with `gdefault` on
2016-01-05 Hiroshi ShirosakiUpdate URL in README.md
2015-12-23 Hiroshi ShirosakiFix fenced code block highlight with c++
2015-12-22 Hiroshi ShirosakiNo autoindent in code block
2015-12-22 Hiroshi ShirosakiDrop highlight setting of mkdMath
2015-12-22 Sebastian KlattUse tex syntax for inline math
2015-12-22 Hiroshi ShirosakiFix highlighting header title starts with `#`
2015-12-21 Hiroshi ShirosakiAdd tests for italic and bold syntax
2015-12-21 Kevin MacMartinDon't interpret escaped _ chars in italics as the end...
2015-12-21 Hiroshi ShirosakiFix code format
2015-12-18 Hiroshi ShirosakiFix travis script for multiple commands
2015-12-18 Hiroshi ShirosakiMerge pull request #237 from shirosaki/doc
2015-12-16 Hiroshi ShirosakiAdd `make doc` to travis
2015-12-16 Hiroshi ShirosakiGenerate vim help from README.md using vim-tools
2015-12-14 Hiroshi ShirosakiRemove spaces as coding style in README.md #213
2015-12-14 Hiroshi ShirosakiAdd tests for preamble fold of python-mode style #213
2015-12-14 Hiroshi ShirosakiAdd tests for fold text of python-mode style #213
2015-12-14 Hiroshi ShirosakiMerge pull request #213 from wlonk/python-like
2015-12-11 Kit La ToucheAdd support for python-mode style folding
2015-12-09 Hiroshi ShirosakiMerge pull request #235 from jirislaby/patch-1
2015-12-09 Hiroshi ShirosakiFix directory on travis with TEST=latest
2015-12-09 Hiroshi ShirosakiAdd make rule to update dependencies
2015-12-09 Hiroshi ShirosakiFix travis script to work with make test
2015-12-09 Daniel HahlerAdd support for "make test", automatically installing...
2015-12-08 Hiroshi ShirosakiMove test/folding.md to test/folding.vader
2015-12-08 Hiroshi ShirosakiLines which start with '-' are needed in foldexpr
2015-12-08 todeskingadd test file for folding
2015-12-08 todeskingFoldmethod: more performance
2015-12-08 todeskingFoldmethod: improve performance
2015-12-08 todeskingFoldmethod: ignore title-like lines in code block
2015-12-01 Jiri SlabyMakefile: support DESTDIR
2015-11-16 Hiroshi ShirosakiFix indent with syntax off
2015-11-04 Ciro Santilli... Merge pull request #230 from cirosantilli/ft-markdown
2015-10-06 Ciro SantilliUse just markdown as filetype.
2015-10-06 Ciro Santilli... Merge pull request #229 from yunake/master
2015-10-04 Eugene Yunakadd new indent part of the plugin to the registry
2015-09-09 Ciro Santilli... Merge pull request #221 from yuex/feature/mkd2markdown
2015-09-02 Yue Xinswap out mkd, successfully...
2015-08-16 Ciro Santilli... Merge pull request #217 from hori-ryota/feature/fixed...
2015-06-17 hori-ryotaUse compound filetype for plugins using "markdown"...
2015-05-24 Ciro Santilli... Merge pull request #191 from sruggier/master
2015-05-24 Simon RuggierCONTRIBUTING.md: add a section about issue reporting
2015-05-15 Ciro Santilli... Merge pull request #211 from starcraftman/latest_vim
2015-05-13 Jeremy Pallats... Build latest vim quickly from git mirror
2015-05-05 Ciro Santilli... Merge pull request #209 from sim590/version-aware-netrw...
2015-05-05 Simon Désaulniersadding VersionAwareNetrwBrowseX() function for doing...
2015-05-04 Ciro Santilli... Merge pull request #208 from cirosantilli/typo-plugging
2015-05-04 Ciro Santilli... Fix typo plugging
2015-05-04 Ciro Santilli... Merge pull request #205 from cirosantilli/readme-gx
2015-05-04 Ciro Santilli... Merge pull request #193 from cirosantilli/toc
2015-05-04 Ciro Santilli... Merge pull request #207 from cirosantilli/not-hasmapto
2015-05-04 Ciro Santilli... Allow users to disable individual maps with hasmapto...
2015-05-04 Ciro Santilli... Document <Plug>Markdown_OpenUrlUnderCursor
2015-04-24 Hiroshi ShirosakiMerge pull request #199 from KazuakiM/master
2015-04-23 KazuakiMUpdate Markdown_GetUrlForPosition function b: to s:
2015-04-17 Ciro Santilli... Add TOC to README
2015-04-16 Ciro Santilli... Merge pull request #184 from cirosantilli/ftplugin...
2015-04-16 Ciro Santilli... Improve style of ftplugin/mkd.vim
2015-04-16 Ciro Santilli... Merge pull request #185 from cirosantilli/rm-parenthesi...
next