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

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 `--skip-magic-trailing-comma` to CHANGES.md (#2064)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Fri, 26 Mar 2021 14:21:18 +0000 (07:21 -0700)
committerGitHub <noreply@github.com>
Fri, 26 Mar 2021 14:21:18 +0000 (07:21 -0700)
CHANGES.md

index 61fc35f43a4932a45887e28b2acf9cc86aecc95f..7da7be7b842bc6cb74e6889e6b4c59ff2a4ff5e3 100644 (file)
@@ -13,6 +13,9 @@
 - `Black` no longer adds an incorrect space after a parenthesized assignment expression
   in if/while statements (#1655)
 
+- Added `--skip-magic-trailing-comma` / `-C` to avoid using trailing commas as a reason
+  to split lines (#1824)
+
 - fixed a crash when PWD=/ on POSIX (#1631)
 
 - fixed "I/O operation on closed file" when using --diff (#1664)