From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sat, 16 May 2020 09:21:31 +0000 (-0400) Subject: Expand docs about slice formatting (#1418) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/97060a4f18341cdd7deb908cfd6bcf0fd7f302c8?ds=sidebyside;hp=97060a4f18341cdd7deb908cfd6bcf0fd7f302c8 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. ---