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

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:

Add test requirements to Pipfile[.lock] & bump deps (#2436)
[etc/vim.git] / docs /
2021-08-23 Richard SiAdd test requirements to Pipfile[.lock] & bump deps...
2021-08-12 Tom FryersUpdate language server links (#2425)
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-07-24 Jelle ZijlstraClarify contributing docs (#2398)
2021-07-22 David Szottenisort docs have changed urls (#2390)
2021-07-04 Marco Edward Gorellifix typo (#2358)
2021-06-15 Felix HildénChat on Discord instead of Freenode (#2336)
2021-06-13 Felix HildénDocs: no space is inserted to empty docstrings (#2249...
2021-06-13 jack1142Add EOF and trailing whitespace fixer to pre-commit...
2021-06-08 Felix HildénMention comment non-processing in documentation (#2306)
2021-06-03 Felix HildénAdd option to require a specific version to be running...
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
2021-06-01 Stefan FoulisAdd `version` to github action (and rewrite the whole...
2021-05-29 Jelle Zijlstraadd discussion of magic comments to FAQ (#2272)
2021-05-29 Łukasz LangaAdd @zzzeek testimonial to README and docs
2021-05-29 Jelle ZijlstraAdd --experimental-string-processing to future changes...
2021-05-27 Richard SiFix and test docs on Windows (#2262)
2021-05-25 Felix HildénCreate FAQ documentation (GH-2247)
2021-05-19 Felix HildénLink isort profile to Black code style isort mention...
2021-05-17 Felix HildénFix test requirements file name (#2245)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
2021-05-16 Łukasz LangaInclude Jelle's review suggestions
2021-05-16 Matthew ClappUpdate vim plugin manual installation instructions...
2021-05-16 Richard SiAdd issue triage documentation (#2236)
2021-05-13 Christian ClaussUse codespell to find typos (#2228)
2021-05-11 Cooper LeesAdd stable tag process to release process documentation...
2021-05-10 Jelle Zijlstrafix typo (#2217)
2021-05-10 Cooper LeesRelease process docs (#2214)
2021-05-10 Richard SiCover more in the usage docs (#2208)
2021-05-10 Richard SiAutogenerate black(d|-primer)? help in usage docs ...
2021-05-09 Panagiotis Vasilop... Replace references to master branch (#2210)
2021-05-08 Richard SiFix autodoc refs broken by refactor (#2207)
2021-05-08 Richard SiReorganize docs v2 (GH-2174)
2021-05-04 rekacompatible isort config: mention profile first (#2180)
2021-05-04 Richard SiDrop Travis CI and migrate Coveralls (#2186)
2021-04-28 Łukasz LangaElaborate on what AST changes Black might perform
2021-04-26 Richard SiSymlink docs/change_log.md to CHANGES.md, don't copy...
2021-04-22 Felix HildénDocument experimental string processing and docstring...
2021-04-11 SimonAdded not formatting files in gitignore (psf#1682)...
2021-04-10 johnthagenExclude venv directory by default (#1683)
2021-04-01 Richard SiPush contributors to use Next PR Number (#2080)
2021-04-01 Harish RajagopalSupport for top-level user configuration (#1899)
2021-03-30 dependabot[bot]Bump pygments from 2.6.1 to 2.7.4 in /docs (#2076)
2021-03-20 Richard SiFix indentation in docs/editor_integration.md (#2056)
2021-03-18 Jairo LlopisRecommend B950 + 88 char limit instead of 80 (#2050)
2021-03-06 John MeowAdd ALE (#1753)
2021-03-04 Utkarsh GuptaAdd formatters-python for atom to editor_integration...
2021-03-01 Joshua CannonAdd --extend-exclude parameter (#2005)
2021-02-22 James AddisonFixup: update function name in docs to match source...
2021-02-22 Paul "TBBle" HampsonIndicate that a final newline was added in --diff ...
2021-02-15 Archit Gopaladd gedit integration (#1988)
2021-02-10 James AddisonRegenerate documentation (#1980)
2021-01-18 ShantanuAdd --skip-magic-trailing-comma (#1824)
2021-01-14 Peter StensmyrUpdate link pointing to how-black-wraps-lines (#1925)
2021-01-13 Cooper LeesUpdate Contributing Docs (#1915)
2021-01-11 Shota Ray Imakifix #1917 (#1918)
2020-12-31 Hugo van KemenadeAs long as it's black (#1893)
2020-12-09 Noel Evansvim plugin: Add quiet flag so non-error actions go...
2020-11-13 Thiago Bellini RibeiroProvide a stdin-filename to allow stdin to respect...
2020-10-30 Shota Ray ImakiAdd compatible configuration files. (psf#1789) (#1792)
2020-10-27 Bibo-JoshiDocument some culprits with pre-commit (#1783)
2020-10-27 Antek SUpdate readme.md with current version (#1788)
2020-10-19 johnthagenUpdate PyCharm integrations instructions to avoid runni...
2020-10-18 David W.H. SwensonFix GitHub markdown links to work on RTD (#1752)
2020-10-18 Hadi AlqattanAllow black's Github action params overriding. (#1755)
2020-10-08 Hadi AlqattanSupport stable Python3.9. (#1748)
2020-09-27 VipulEnd 'force-exclude' help message with a period (#1727)
2020-09-10 Richard SiFix empty line handling when formatting typing stubs...
2020-09-01 Łukasz LangaClarify current trailing comma behavior in the docs
2020-09-01 Łukasz LangaMention optional invalid W503 warning in pycodestyle
2020-08-31 Richard SiFix incorrect space before colon in if/while stmts...
2020-08-31 Jon DufresneRemove flake8 W503 from docs as it is ignored by defaul...
2020-08-26 Richard SiFix multiline docstring quote normalization
2020-08-26 Łukasz Langav20.8b1
2020-08-26 Łukasz Langav20.8b0
2020-08-26 Ned TwiggAdd links regarding Spotless integration for gradle...
2020-08-24 Łukasz LangaMake doc generation a little smarter, update doc sections
2020-08-21 Łukasz LangaFix dealing with generated files in docs
2020-08-21 Łukasz LangaUse properly renamed function name in docs
2020-08-21 Łukasz LangaReformat docs/conf.py according to the new style
2020-08-20 Richard SiUpgrade docs to Sphinx 3+ and add doc build test (...
2020-07-22 Maximilian Cosmo... Update to accomodate isort 5 release changes. (#1559)
2020-07-15 Steven MaudeUpdate curl command to use stable branch (#1543)
2020-06-20 Richard SiFix toml hashes and make it clear that only TOML is...
2020-06-16 Bharat RaghunathanFix grammatical typos in black_primer and blackd (...
2020-05-24 Richard SiRefactor docs / Maintenance of docs (#1456)
2020-05-23 Richard SiScrollable sidebar (#1457)
2020-05-21 Kevin KirscheFix typos (#1442)
2020-05-18 Cooper LeesAdd `black-primer` docs (#1427)
2020-05-13 Paul MeinhardtFix Boolean values in pyproject.toml config (#1410)
2020-05-08 Giacomo Tagliabueadd --force-exclude argument (#1032)
2020-05-08 Richard SiAdd Black compatible configurations in documentation...
2020-05-08 AutophagyAdd docstrings to fmt checking functions, add to docs
2020-03-29 Zsolt DollensteinOmit commit hash and date stamp from doc version (...
2020-03-27 Zsolt DollensteinFix readthedocs build (#1321)
2020-03-04 Łukasz LangaUpdate the name of Mode in the reference docs, too
2020-03-04 Łukasz LangaIntroduce a section of docs about exceptions
2019-11-23 Denis LaxaldeSimple docs cleanup (#1168)
2019-10-21 Yngve HøisethAutomatic markdown and YAML formatting with Prettier...
2019-10-13 Andrey#455 Fix bug with tricky unicode symbols (#1047)
next