]> 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:

Expand docs about slice formatting (#1418)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sat, 16 May 2020 09:21:31 +0000 (05:21 -0400)
committerGitHub <noreply@github.com>
Sat, 16 May 2020 09:21:31 +0000 (10:21 +0100)
commit97060a4f18341cdd7deb908cfd6bcf0fd7f302c8
treea062006b39e6eee1a8ad19cd6e3f51f15ace56c0
parentc7da3482c7badf5c6d8c0c9a37495ab4529eaaad
Expand docs about slice formatting (#1418)

Black will apply no spaces around ':' operators for 'simple' expresssions
, but will apply extra space around ':' operators for 'complex' expressions.
Black treats anything more than variable names as 'complex', but this isn't
noted in the Black documentation. Which leads to a few issues on the GitHub
issue tracker that all report inconsistent spacing around ':' operators.
README.md