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

Change error message to specify its origin. (#1240)
authorMatthew Clapp <itsayellow+dev@gmail.com>
Thu, 23 Jan 2020 16:18:57 +0000 (08:18 -0800)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 23 Jan 2020 16:18:57 +0000 (08:18 -0800)
plugin/black.vim

index 385d0e1bd988d38d196fe0ce687cbd305a06c95a..b174e5984526d883956757d5e2535a3bd17305f0 100644 (file)
@@ -14,7 +14,7 @@
 "    - restore cursor/window position after formatting
 
 if v:version < 700 || !has('python3')
-    echo "This script requires vim7.0+ with Python 3.6 support."
+    echo "The black.vim plugin requires vim7.0+ with Python 3.6 support."
     finish
 endif