Update curl command to use stable branch (#1543)

This commit is contained in:
Steven Maude 2020-07-15 19:36:14 +01:00 committed by GitHub
parent 98ac69f04c
commit 5010bb4279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ or you can copy the plugin from
``` ```
mkdir -p ~/.vim/pack/python/start/black/plugin 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 Let me know if this requires any changes to work with Vim 8's builtin `packadd`, or