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

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:

Preserve line endings when formatting a file in place (#288)
[etc/vim.git] / README.md
2018-06-04 Zsolt DollensteinPreserve line endings when formatting a file in place...
2018-06-04 Łukasz LangaAdd `--verbose` and report excluded paths in it, too
2018-06-03 Anthony Sottile`python_version` => `language_version` (#296)
2018-06-01 Łukasz LangaReorder command-line options
2018-06-01 Mika⠙Added --include and --exclude cli options (#281)
2018-05-31 Łukasz Langaacks += Stavros; document fix, add to Pipfile
2018-05-30 Łukasz LangaAdd --skip-string-normalization
2018-05-29 LukasDrudeImprove doc regarding PyCharm keyboard shortcut (#271)
2018-05-29 Łukasz Langa18.5b1
2018-05-29 Łukasz LangaChange minor whitespace in "Usage"
2018-05-29 Łukasz LangaMention fix for #196 in the README
2018-05-29 Łukasz LangaClean up PEP 257 support
2018-05-29 Łukasz LangaReword isort configuration, add --combine-as
2018-05-29 Jason FriedlandAdd isort args to README (#268)
2018-05-26 Mahmoud HossamAdd instructions for running Black on save in Vim ...
2018-05-23 Łukasz LangaReword --pyi and --py36 documentation
2018-05-23 Carl MeyerUpdate changelog for PR 249.
2018-05-22 wouter bolsterleetweak grammar in docs about fluent interfaces (#247)
2018-05-22 Łukasz LangaFix unstable formatting on trailers omitted from line...
2018-05-21 Łukasz LangaFix invalid code on stars in long from-imports being...
2018-05-21 Łukasz LangaFix optional parentheses being removed within `# fmt...
2018-05-21 HugoSentence case (#242)
2018-05-21 Łukasz LangaFix invalid code in an omitted trailer on large expressions
2018-05-21 Łukasz LangaMention fix for pickle files
2018-05-21 Carol WillingAdd navigation (#229)
2018-05-20 HugoREADME updates (#235)
2018-05-18 Łukasz Langa18.5b0
2018-05-18 Łukasz LangaDon't explode a one-element collection ending with...
2018-05-18 Łukasz LangaAlways explode data structure literals
2018-05-18 Łukasz LangaConsistent empty lines in the README
2018-05-17 Hynek SchlawackFix double colon (#216)
2018-05-17 Łukasz LangaFix multiline strings unnecessarily wrapped in optional...
2018-05-16 Łukasz LangaExplain automatic parentheses management better
2018-05-16 Łukasz LangaImplement fluent interfaces
2018-05-16 Łukasz LangaConsider `in`, `not in`, `is`, `is not` operators
2018-05-16 Łukasz LangaReport progress on multiple files incrementally
2018-05-16 Łukasz LangaLink fix to issue
2018-05-16 Łukasz LangaDon't use optional parentheses in unnecessary situations
2018-05-15 Łukasz LangaDocument .pyi formatting
2018-05-15 Łukasz Langaacks += miggaiowski
2018-05-15 Łukasz LangaDon't explode trailers that fit in a single line
2018-05-15 Łukasz Langaacks += JelleZijlstra
2018-05-12 jose nazariofix a spelling typo (#206)
2018-05-09 Łukasz LangaDocument string prefix standardization
2018-05-09 Vishwas B SharmaAdding Jupyter Notebook magic command (#200)
2018-05-09 Łukasz LangaShow badge for stable docs, not latest
2018-05-09 Łukasz LangaClarify language in README
2018-05-09 Łukasz LangaAutomatic management of parentheses in assignments
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-08 Łukasz LangaDon't fail the entire right_hand_split if an optional...
2018-05-07 Łukasz LangaMake parentheses invisible recursively in atoms
2018-05-07 Łukasz LangaUpdate README (change log; acks += skapil; acks +=...
2018-05-07 Łukasz LangaMore detailed isort configuration explanation
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-27 Łukasz Langa18.4a4 hotfix: don't populate the cache on --check
2018-04-27 Łukasz LangaReword inspiration
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 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 LangaShow full path on diffs
2018-04-23 Łukasz Langaacks += csurfer
2018-04-21 Łukasz LangaMove delimiter token skipping to BracketTracker
2018-04-21 Jonas Obristfixed cache file location in readme (#150)
2018-04-19 Łukasz Langaacks += ojii
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-16 Łukasz LangaGeneralize star expression handling
2018-04-13 Łukasz Langa18.4a2
2018-04-13 Zsolt DollensteinHandle unnecessarily escaped strings (#128)
2018-04-12 Łukasz LangaConsistent empty lines in Change Log
2018-04-12 Łukasz LangaAdvertise Windows support in Vim plugin
2018-04-12 Łukasz LangaFix placement of dictionary unpacking inside dict literals
2018-04-12 Łukasz LangaFix parsing of unaligned standalone comments
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-04-09 Łukasz Langateam += zsol
2018-04-09 Łukasz LangaConsole formatting nits
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)
2018-04-05 Łukasz Langateam += autophagy
2018-04-04 Łukasz Langaacks += asottile
2018-04-04 Łukasz LangaUpdate change log
2018-04-04 Anthony SottileUpdate `language-version` => `language_version` (#106)
2018-04-04 Łukasz LangaAdd integration for pre-commit.com (#104)
2018-04-04 Łukasz Langaacks += ikatanic
2018-04-03 Łukasz LangaAdd --quiet
2018-04-01 Łukasz Langa18.4a0
2018-04-01 Łukasz Langaacks += zsol
2018-04-01 Łukasz LangaIgnore `# fmt: off` as inline comment
2018-04-01 Łukasz LangaClarify why Black prefers double quotes
2018-03-31 Łukasz LangaSupport --diff for both files and stdin
next