]> git.madduck.net Git - etc/vim.git/commit

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:

Improve examples to use 88 chars line length (#677) (#714)
authorsponsfreixes <sponsfreixes@users.noreply.github.com>
Sat, 16 Feb 2019 06:18:58 +0000 (22:18 -0800)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 16 Feb 2019 06:18:58 +0000 (22:18 -0800)
commit118b612059394ea161a05adee74507ed22425cd4
treeab3c90e99fc148fdbb91b6c9ad556eb26b0347af
parenta00f426637bfc4922c952de5a021cd2095b63d36
Improve examples to use 88 chars line length (#677) (#714)

The examples were wrapping at less than 88 characters, which is not the
default for black.
README.md