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

Update curl command to use stable branch (#1543)
authorSteven Maude <StevenMaude@users.noreply.github.com>
Wed, 15 Jul 2020 18:36:14 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 18:36:14 +0000 (11:36 -0700)
docs/editor_integration.md

index 00241f233351d3275c9e06391c297b7836a31a3b..eb83a1a4b43e2d15c50bddb9413e9a180c44cffc 100644 (file)
@@ -146,7 +146,7 @@ or you can copy the plugin from
 
 ```
 mkdir -p ~/.vim/pack/python/start/black/plugin
-curl https://raw.githubusercontent.com/psf/black/master/plugin/black.vim -o ~/.vim/pack/python/start/black/plugin/black.vim
+curl https://raw.githubusercontent.com/psf/black/stable/plugin/black.vim -o ~/.vim/pack/python/start/black/plugin/black.vim
 ```
 
 Let me know if this requires any changes to work with Vim 8's builtin `packadd`, or