]> 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-05-15 Jelle ZijlstraAdd support for pyi files (#210)
2018-05-15 Łukasz Langaacks += miggaiowski
2018-05-15 Łukasz LangaDon't explode trailers that fit in a single line
2018-05-15 Łukasz LangaRe-use indexes of current iteration in `comments_after()`
2018-05-15 Łukasz Langaacks += JelleZijlstra
2018-05-15 Łukasz LangaTravis workaround script no longer necessary
2018-05-15 Miguel GaiowskiCheck for broken symlinks before checking file data...
2018-05-12 jose nazariofix a spelling typo (#206)
2018-05-09 Łukasz LangaUpdate Travis to use the default 3.7-dev binary
2018-05-09 Łukasz LangaDocument string prefix standardization
2018-05-09 Vishwas B SharmaAdding Jupyter Notebook magic command (#200)
2018-05-09 Jelle ZijlstraRemove u prefix if unicode_literals is present (#199)
2018-05-09 Łukasz LangaShow badge for stable docs, not latest
2018-05-09 Łukasz LangaDon't make parentheses invisible around yield expressions
2018-05-09 Łukasz LangaFix docstring of is_vararg
2018-05-09 Łukasz LangaClarify language in README
2018-05-09 Łukasz LangaAutomatic management of parentheses in `elif`, too
2018-05-09 Łukasz LangaSupport nested lambdas in BracketTracker
2018-05-09 Łukasz LangaAutomatic management of parentheses in assignments
2018-05-09 Łukasz LangaFix docstrings of visit_stmt and normalize_invisible_parens
2018-05-09 Łukasz LangaDelimit multiline expressions according to math operato...
2018-05-09 Łukasz LangaDiscover whether a file is Python 3.6+ also by stars...
2018-05-09 Codey OxleyAddresses #174 Neovim Error (#197)
2018-05-08 Łukasz LangaUpgrade dependencies
2018-05-08 Łukasz LangaDon't fail the entire right_hand_split if an optional...
2018-05-07 Łukasz LangaDiff version
2018-05-07 Łukasz LangaMake parentheses invisible recursively in atoms
2018-05-07 Łukasz LangaDon't leave invalid trailing comma on imports
2018-05-07 Łukasz LangaUpdate README (change log; acks += skapil; acks +=...
2018-05-07 Łukasz LangaFormatting nits
2018-05-07 snlkapilRemoving empty parentheses after class name (#180)
2018-05-07 Christian HeimesOutput something when no files are reformatted (#190)
2018-05-07 Christian HeimesAdd more files/directories to .gitignore (#191)
2018-05-07 Łukasz LangaMore detailed isort configuration explanation
2018-05-04 Christian HeimesRemove unnecessary shebang lines (#189)
2018-05-03 David SzottenShould this be "_cede_ control" (#187)
2018-05-01 Zsolt DollensteinFormat subscriptions in a PEP-8 compliant way (#178)
2018-04-29 Zsolt Dollensteinfix type errors in setup.py (#179)
2018-04-28 Łukasz Langa.gititnore += .vscode
2018-04-27 Łukasz Langa18.4a4 hotfix: don't populate the cache on --check
2018-04-27 Łukasz LangaReword inspiration
2018-04-24 Łukasz LangaAdd `explode_split` to documentation
2018-04-24 Łukasz Langa18.4a3
2018-04-24 Łukasz LangaSplit imports like isort
2018-04-24 Łukasz LangaDo not enforce empty lines after control flow statements
2018-04-24 Łukasz LangaSplit ternary expressions
2018-04-24 Jonas ObristMake cache work with non-default line lenghts (#163)
2018-04-24 Łukasz LangaSupport sticky standalone comments (comments preceding...
2018-04-24 Vishwas B Sharma[#154] Handle comments between decorators properly...
2018-04-24 Josh HollandAdd install instructions for Vim plugin (#131)
2018-04-23 Łukasz LangaImprove change log message
2018-04-23 Łukasz LangaAllow standalone comments to close code blocks
2018-04-23 Łukasz LangaAccelerate Unicode identifier support (backport from...
2018-04-23 Łukasz LangaRemove nonsensical grammar from blib2to3
2018-04-23 Gregory P.... Put the PSF license in blib2to3/ to mark that code...
2018-04-23 Łukasz LangaShow full path on diffs
2018-04-23 Łukasz Langaacks += csurfer
2018-04-23 Łukasz LangaRefactor `reformat_one` and `schedule_formatting` to...
2018-04-23 Zsolt DollensteinFix tests on windows (#159)
2018-04-23 Vishwas B Sharma[#149] Make check and diff not mutually exclusive ...
2018-04-21 Łukasz LangaAdd AppVeyor for Windows builds
2018-04-21 Łukasz LangaMove delimiter token skipping to BracketTracker
2018-04-21 Zsolt DollensteinSkip handling signals on event loops that don't support...
2018-04-21 Jonas Obristfixed cache file location in readme (#150)
2018-04-19 Łukasz LangaRemove dead code
2018-04-19 Łukasz LangaPrint exact Python version with build date
2018-04-19 Łukasz Langaacks += ojii
2018-04-19 Łukasz LangaStore pickles for 3.8.0a0
2018-04-19 Łukasz LangaSolve the Travis failure with 3.7 from deadsnakes
2018-04-19 Łukasz LangaUpdate documentation
2018-04-19 Łukasz LangaDocstring for `max_delimiter_priority_in_atom()`
2018-04-19 Łukasz LangaSimplify single-file vs. multi-file modes
2018-04-19 Łukasz LangaRevert `format_file_in_place()` and `format_stdin_to_st...
2018-04-19 Łukasz LangaUpdate 3.6.4 grammar pickle
2018-04-19 Jonas ObristAdded caching (#136)
2018-04-17 jgirardetadd sublack plugin for sublimetext (#137)
2018-04-17 Zsolt DollensteinMerge pull request #138 from ambv/star-expr
2018-04-17 Zsolt DollensteinAdd changelog entry
2018-04-17 Zsolt Dollensteinuse STARS instead of STAR | DOUBLESTAR
2018-04-17 Zsolt DollensteinParse complex expressions in parameters after * and **
2018-04-16 Łukasz LangaGeneralize star expression handling
2018-04-13 Łukasz Langa18.4a2
2018-04-13 Zsolt DollensteinHandle unnecessarily escaped strings (#128)
2018-04-12 Zsolt DollensteinOpen temporary files with utf-8 encoding (#126)
2018-04-12 Łukasz LangaConsistent empty lines in Change Log
2018-04-12 Łukasz LangaAdvertise Windows support in Vim plugin
2018-04-12 Łukasz LangaMake Vim plugin work on macOS/Linux again
2018-04-12 Łukasz LangaFix placement of dictionary unpacking inside dict literals
2018-04-12 Łukasz LangaRemove debug print
2018-04-12 Łukasz LangaFix parsing of unaligned standalone comments
2018-04-12 Zsolt DollensteinAdd windows support for black vim plugin (#123)
2018-04-12 Łukasz Langa18.4a1
2018-04-11 Łukasz LangaDon't omit escaping the second consecutive quote
2018-04-11 Łukasz LangaFix an embarrassing UnboundLocalError
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-04-09 Łukasz Langateam += zsol
2018-04-09 Łukasz LangaConsole formatting nits
2018-04-09 Zsolt DollensteinAdd support for all valid string literals (#115)
2018-04-09 Steven M. VascellaroREADME: Add instructions for PyCharm (#81)
2018-04-06 Mika⠙Document that W503 is not compliant with PEP 8 (#114)
next