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

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:

fix unary op detection (#1600)
[etc/vim.git] / src /
2020-08-14 David Szottenfix unary op detection (#1600)
2020-08-14 David Szottendon't strip brackets before lsqb (#1575) (#1590)
2020-08-13 Jelle Zijlstrafix some docstring crashes (#1593)
2020-08-13 Jelle Zijlstrain verbose mode, print stack trace (#1594)
2020-08-13 Richard SiMake --exclude only apply to recursively found files...
2020-08-13 Chris RoseAdd the direnv base directory to the default excludes...
2020-08-13 Jelle ZijlstraRemove slow assertion (#1592)
2020-07-15 dhaug-opEnsure path for finding root is absolute (#1550)
2020-07-08 OlexiyISSUE 1533: Fix --config argument description (#1534)
2020-06-24 Lihu Ben-Ezri-RavinFind project root correctly (#1518)
2020-06-16 Richard SiFix toml parsing and bump toml from 0.10.0 to 0.10...
2020-06-15 Ralf SchmittFix find_pyproject_toml type hint (#1495)
2020-06-01 Richard SiConvert (most of the) configuration values from pyproje...
2020-05-27 Richard SiMake 'python -m black' work (#1460)
2020-05-22 Cooper LeesCapture CalledProcessError for any postitive returncode...
2020-05-22 Cooper LeesEnable primer on CI Runs + add all README listed black...
2020-05-21 Kevin KirscheFix typos (#1442)
2020-05-21 Hugo van Kemenadeblack-primer: handle singular and plural in output...
2020-05-17 Cooper LeesAdd black-primer unittests (#1426)
2020-05-17 Hugo van KemenadeUpdate and fix Flake8 (#1424)
2020-05-17 Cooper LeesAdd primer CI tool 🏴 (#1402)
2020-05-16 Jelle Zijlstrafix crashes on docstring whitespace changes (#1417)
2020-05-09 TerranceHandle ImportError from multiprocessing module (#1400)
2020-05-08 Nathan HuntAdd py.typed file. (#1395)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)