]> 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
2018-09-17 Daniel HahlerFix handling of pythonBytesEscape from vim-python/pytho...
2018-09-17 Zsolt Dollensteinfix unstable formatting when unpacking big tuples ...
2018-09-10 mikehoyioUpdate atom plugin link to point to the python-black...
2018-09-08 Zsolt DollensteinMake sure `async for` is not broken up to separate...
2018-09-07 Josef FortierRed highlight for shorter passwords
2018-09-04 Josef FortierSeparate Command notes
2018-09-04 Josef FortierAdd new function documentation to README
2018-09-04 Josef FortierAdd support for password obscuring
2018-09-04 Josef FortierAdd password obscuring
2018-09-04 Josef FortierAdd doc file
2018-09-04 Josef FortierUse vim as license
2018-09-04 Josef FortierAdd syntax
2018-09-04 Josef FortierUpdate README to describe intent
2018-09-04 Josef FortierInitial setup
2018-09-04 Josef FortierInitial commit
2018-08-28 Jon DufresneAdd trove classifier for Python 3.7 support (#486)
2018-08-28 Jon DufresnePrefer https:// links where available (#485)
2018-08-28 Jon DufresneAdd build & dist directories to .gitignore (#487)
2018-08-28 Jon DufresneInclude license file in the generated wheel package...
2018-08-28 Jon DufresneUpdate pypi.python.org URL to pypi.org (#488)
2018-08-28 Eli TreuherzChange my email in the README (#483)
2018-08-27 Nikolaus WaxweilerISSUE_TEMPLATE.md: Add mention of online formatter...
2018-08-26 Zsolt Dollensteinfix lint errors
2018-08-26 Zsolt Dollensteinadd test case for preserving newlines from stdin
2018-08-23 Jelle Zijlstrachange some numeric behavior (#469)
2018-08-23 Zsolt Dollensteinadd changelog entry for #468
2018-08-23 Jelle Zijlstrafix bracket match bug (#470)
2018-08-22 Jelle Zijlstrawrap atoms in invisible parens to split adjacent string...
2018-08-21 Vincent DriessenMerge pull request #71 from TomasFlam/pr-allow-flake8...
2018-08-21 Tomas FlamAllow g:flake8_cmd with parameters
2018-08-20 Jelle Zijlstrafix misformatting of floats with leading zeros (#464)
2018-08-20 Zsolt DollensteinSupport parsing of async generators in non-async functi...
2018-08-20 Jelle Zijlstraautodetect Python 3.6 on the basis of underscores ...
2018-08-19 cehFix minor typos (#443)
2018-08-18 Łukasz Langacommitters += jelle
2018-08-17 Łukasz LangaPyPI downloads badge
2018-08-17 Łukasz LangaNits around numeral normalization.
2018-08-17 Łukasz LangaPut missing blank lines after return statements.
2018-08-17 Łukasz LangaMake schedule_formatting logic less nested.
2018-08-17 Łukasz LangaSimplify caching logic.
2018-08-17 Łukasz LangaUpdate README with missing change log, etc.
2018-08-17 Miroslav Shubernetskiynot enforcing python3.6 for precommit hook (#430)
2018-08-17 David HothamRemove mappings from Vim plugin. (#417)
2018-08-17 Benjamin Wohlwendadded instructions for PyCharm File Watcher setup ...
2018-08-17 Jonty Wareingvim: Restore cursor/window position after format (...
2018-08-17 José PadillaAdd playground link (#437)
2018-08-17 hauntsaninjaUse atom-black plugin for Atom integration (#456)
2018-08-17 Jelle Zijlstrawrite cache in --check mode (#453)
2018-08-17 Jelle Zijlstranormalize numeric literals (#454)
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 Daniel HahlerHandle byte strings in s:skip_special_chars (#113)
2018-07-26 Fergal HaineyRemove bit about authors from contributing guide
2018-07-26 Fergal HaineyAdd Gemfile.lock to .gitignore
2018-07-26 Daniel HahlerMerge pull request #112 from blueyed/fix-97
2018-07-26 Daniel HahlerSimplify s:find_start_of_block
2018-07-26 Daniel HahlerFix indenting of "else" with outer if
2018-07-26 Daniel HahlerFix multiline handling with blank lines (#111)
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-07-26 Joedangfixed "feature" to not fold level 1 headings
2018-07-24 Daniel HahlerRemove dead s:pair_pos (#108)
2018-07-24 Daniel HahlerMerge pull request #110 from blueyed/v8.1.0129
2018-07-24 Daniel HahlerFix cython tests that successful due to Vim segfaulting...
2018-07-24 Daniel Hahlertests: use Vim v8.1.0129 to work around Vim bug
2018-07-22 Daniel HahlerREADME: update badges: CircleCI/Codecov
2018-07-22 Daniel HahlerAddress Flake8's E127 with "if (" (#102)
2018-07-22 Zsolt DollensteinLook at actual parenthesis when generating ignored...
2018-07-21 Daniel Hahlertests: fix vim.kill: use <CR> (#109)
2018-07-21 Daniel HahlerCoverage reporting via covimerage (#107)
2018-07-21 Stefan Wimmer- make brightblue in dark background a bit darker
2018-07-21 Stefan Wimmer- upstream update for terminal colours
2018-07-21 Daniel HahlerUse Docker for easier test running (#86)
2018-07-18 Zsolt Dollensteinupdate to mypy 0.620 and make tests pass again
2018-07-17 Daniel Hahlertests: remove nil from hang-closing tests (#105)
2018-07-16 Daniel HahlerTravis: do not pin rvm (#103)
2018-07-16 Daniel HahlerTravis: remove vint for now
2018-07-16 Daniel HahlerGemfile: update vimrunner to 0.3.4 (#104)
2018-07-15 Daniel HahlerREADME: add Troubleshooting section
2018-07-15 Jake HarrAdd option for hanging closing brackets (#94)
2018-07-09 Anthony Sottilepre-commit: use exclusion instead of ever-growing regex...
2018-07-02 Zsolt Dollensteinadd change log entry
2018-07-02 Zsolt DollensteinImprove get_future_imports implementation.
2018-07-02 cclaussTravisCI: Test on production Python 3.7 and 3.8-dev...
2018-06-23 David SzottenSuggest BufWritePre instead of BufWritePost for vi...
2018-06-21 Łukasz Langa18.6b4
2018-06-21 Łukasz LangaDon't freeze when multiple comments directly precede...
2018-06-20 Łukasz Langa18.6b3
2018-06-20 Łukasz LangaMore tests for `# fmt: off`
2018-06-20 Łukasz LangaTrivial nits
2018-06-20 Łukasz LangaStop Click from crashing Black on invalid environments
2018-06-20 Łukasz LangaMove INDENT value to the postponed prefix
2018-06-20 Łukasz LangaUse the separate pass for `# fmt: off` on all code
next