]> 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-03-23 Łukasz LangaOnly return exit code 1 when --check is used
2018-03-23 Łukasz LangaMention delimiter_split() in CannotSplit docstring
2018-03-23 Łukasz LangaMention fix for #59
2018-03-22 Łukasz LangaDon't remove the single trailing comma from square...
2018-03-22 Łukasz LangaBadges. BADGES. BAAADDDGGGEEESSS!!!
2018-03-22 Łukasz LangaOmit extra space in kwarg unpacking if it's an argument
2018-03-22 Łukasz LangaDon't omit whitespace when the factor is not a math...
2018-03-22 Łukasz LangaPin attrs to >=17.4.0 for @dataclass use
2018-03-22 Łukasz LangaMention how stdio handling works
2018-03-22 Łukasz LangaExtra newlines in code examples
2018-03-22 Łukasz LangaTwine 1.11.0
2018-03-21 Donovan GloverFix some typos
2018-03-21 Łukasz Langa18.3a3
2018-03-21 Łukasz LangaFix tests on 3.7
2018-03-21 Łukasz LangaMention joslarson.black-vscode
2018-03-21 Łukasz LangaTreat comments less magically
2018-03-21 Łukasz LangaSupport skipping AST printing on test failure
2018-03-21 Łukasz LangaDon't write back stdin to stdout when --check is passed
2018-03-21 Łukasz LangaFix numpy-style array indexing for real
2018-03-21 Łukasz LangaDon't remove single empty lines outside of bracketed...
2018-03-21 Łukasz LangaRestore ability to format code with legacy usage of...
2018-03-21 Łukasz LangaUpdate README with stdin information
2018-03-19 treuherzAdd piping from stdin to stdout with a - (#25)
2018-03-19 Hiroshi ShirosakiMerge pull request #363 from smancill/buffer-local...
2018-03-17 Łukasz LangaMore support for numpy tuple indexing
2018-03-17 Łukasz LangaUpdate formatting example
2018-03-17 Łukasz Langa18.3a2
2018-03-17 Łukasz LangaNative README.md support on PyPI \o/
2018-03-17 Łukasz LangaSet a 3.6+ python-tag for the wheel
2018-03-17 Łukasz LangaDon't fold postscriptum standalone comment into last...
2018-03-17 Łukasz LangaConsolidate empty line handling in EmptyLineTracker
2018-03-17 Łukasz LangaDon't put four empty lines between top-level functions...
2018-03-17 Łukasz LangaDescribe fix for #21 in README
2018-03-17 Łukasz Langablib2to3: Never put prefixes on DEDENT leaves
2018-03-17 Mika⠙Line breaks before logical operators (#36)
2018-03-17 Łukasz LangaUse implicit defaults for auto_attribs
2018-03-17 Łukasz LangaRemove the trailing comma if there is only one argument...
2018-03-17 Łukasz LangaIgnore empty bracket pairs while splitting
2018-03-16 Łukasz LangaAdd words
2018-03-16 Łukasz LangaAdd flake8 to CI, too
2018-03-16 Łukasz LangaBump version, update README with current fixes
2018-03-16 Łukasz LangaFix spurious space after star-based unary expression
2018-03-16 Łukasz LangaAlso run mypy on test_black.py
2018-03-16 Łukasz LangaFix numpy-style array indexing
2018-03-16 Łukasz LangaClean up typing ignores, fix build
2018-03-16 Łukasz LangaAdd mypy to CI
2018-03-16 Łukasz LangaOnly use trailing commas in function signatures when...
2018-03-16 Łukasz LangaDon't split on for-loop variable unpacks
2018-03-16 Łukasz LangaFix tests after introducing --check
2018-03-15 Łukasz LangaAdd --check
2018-03-15 Osaetin DanielFixed malformed link to pathlib
2018-03-15 Łukasz LangaFix spurious space after unary expression
2018-03-15 Łukasz LangaFix spurious extra spaces after opening parentheses...
2018-03-15 Łukasz LangaFix spurious space in parenthesized set expressions
2018-03-15 Łukasz LangaFix invalid spacing of dots in relative imports
2018-03-15 HugoAdd Python 3-only classifier
2018-03-15 HugoUse HTTPS
2018-03-15 Łukasz LangaMention *args and **kwargs backport
2018-03-15 HugoUpdate code formatting
2018-03-14 Łukasz Langatestimonials += 1 # kennethreitz
2018-03-14 Łukasz LangaBummer, Python 3.8 builds don't work yet
2018-03-14 Łukasz LangaActually use the bundled Grammar.txt
2018-03-14 Łukasz LangaInclude Grammar.txt in the distribution
2018-03-14 Łukasz LangaInitial commit
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 Andy Wokulav0.9
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-11-17 Daniel HahlerRevert "Improve s:find_start_of_multiline_statement...
2017-11-16 Daniel HahlerMerge pull request #91 from Vimjas/maxoff-by-type
2017-11-16 Daniel Hahleruse 50 for round parens, add tests
2017-10-21 Andy Wokulagitignore
2017-10-21 Andy Wokulaadded \{...\}
2017-10-18 martin f. krafftextend flp to work on itemised lists too
2017-10-09 Daniel HahlerImprove s:find_start_of_multiline_statement: only look...
2017-10-07 Daniel Hahlers:find_opening_paren: use known nearest for stopline
2017-10-07 Daniel HahlerIntermediate fix for indenting huge dicts
2017-10-07 Daniel HahlerImprove tests (#93)
2017-10-07 Daniel Hahlertests: explicitly enable old "should" syntax to fix...
2017-10-04 martin f. krafftmake zsh integration depend on vim being installed
2017-09-28 memeplexAdd some documentation
2017-08-21 Ivan SmirnovIndent next line if prev line is empty (+tests) (#88)
2017-08-06 Andy Wokulaupdated to v0.7 (2013)
2017-07-30 Daniel HahlerTravis: update config (#87)
2017-07-30 Daniel Hahlertests: insert blank lines before each test (#89)
2017-07-29 Daniel HahlerREADME: add g: prefix to config section
2017-07-29 Daniel HahlerUpgrade vimrunner to 0.3.3 (#85)
2017-07-29 Daniel HahlerTravis: run vint, build only master branch
next