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

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 #433 from nstickney/master
[etc/vim.git] / after /
2019-03-26 Hiroshi ShirosakiMerge pull request #423 from tobinjt/folding-fix
2019-03-25 John TobinMerge branch 'master' into folding-fix
2019-03-17 John TobinFix folding broken by other syntax highlighting.
2017-12-15 Hiroshi ShirosakiMerge pull request #312 from memeplex/namedanchor
2017-03-09 Hiroshi ShirosakiMerge pull request #318 from 'memeplex/linkbracket'
2017-03-06 Hiroshi ShirosakiFix last line header folding
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
2016-07-13 codybuellAdd option to disable setting foldtext
2016-01-21 Hiroshi ShirosakiReduce unnecessary call `matchend()`
2016-01-18 Hiroshi ShirosakiFix wrong comment
2016-01-18 Hiroshi ShirosakiChange global variables to local
2016-01-18 Hiroshi ShirosakiFix YAML frontmatter recognised as level-2 heading
2016-01-14 Hiroshi ShirosakiRefactoring the fenced code block handling of folding
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 ShirosakiMerge pull request #241 from alexconst/fix/hash_comments
2016-01-13 Alexandre ConstantinoFix/revert folding for setext headers
2016-01-13 Alexandre ConstantinoFix :Toc for setext headers
2016-01-13 Hiroshi ShirosakiImprove code block syntax and fix test failures
2016-01-12 Alexandre ConstantinoFix bug related to folding and hash comments
2016-01-08 Hiroshi ShirosakiImprove performance of folding
2016-01-07 Hiroshi ShirosakiUse function! as with the other code
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-08 Hiroshi ShirosakiLines which start with '-' are needed in foldexpr
2015-12-08 todeskingFoldmethod: more performance
2015-12-08 todeskingFoldmethod: improve performance
2015-12-08 todeskingFoldmethod: ignore title-like lines in code block
2015-09-09 Ciro Santilli 六四事件... Merge pull request #221 from yuex/feature/mkd2markdown
2015-09-02 Yue Xinswap out mkd, successfully...
2014-12-21 Ciro SantilliMerge pull request #151 from cirosantilli/use-default...
2014-12-07 Ciro SantilliRemove automatic setting of foldlevel
2014-10-06 Ciro SantilliMerge pull request #121 from cirosantilli/autolink
2014-10-06 Ciro SantilliMerge pull request #132 from cirosantilli/update-syn...
2014-10-06 Ciro SantilliMerge pull request #133 from cirosantilli/better-bold...
2014-10-06 Ciro SantilliMerge pull request #134 from cirosantilli/readme-unifor...
2014-10-03 Ciro SantilliMerge pull request #131 from bjpbakker/master
2014-10-03 Bart BakkerRespect Vim's global fold config
2014-07-08 Ciro SantilliMerge pull request #84 from cirosantilli/setex-tests
2014-06-17 Ciro SantilliMerge pull request #92 from y0t4/fix_if_folding_disable...
2014-06-16 Yosuke OTAFix folding bug if folding disabled option is 0
2013-11-09 Ciro Duran SantillliMerge branch 'master' of git://github.com/plasticboy...
2013-10-01 Ben WilliamsMerge branch 'list_items' of https://github.com/shirosa...
2013-09-26 Ben WilliamsMerge add option to set initial foldlevel
2013-05-02 James BlandingAdd option to set initial foldlevel
2013-03-20 Ben WilliamsMerge pull request #34 from jhoepken/master
2013-03-20 Ben WilliamsMerge pull request #32 from mutewinter/folding_option
2013-03-19 Jens HoepkenResolve merge conflict
2012-12-15 Jeremy MackAdded option to disable folding
2012-11-15 Ben WilliamsGet rid of that "fold any preamble" thing since it...
2012-11-15 Ben WilliamsSwitch to expression-based folding.