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

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:

Use g:pymode_python-defined interpreter if defined and exists, otherwise use existing...
authorpmacosta <pmacosta@users.noreply.github.com>
Tue, 7 May 2019 17:28:56 +0000 (13:28 -0400)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 7 May 2019 17:28:56 +0000 (13:28 -0400)
commit4931ddd0b1f84910790bebcd86c2147d1ddcf1e1
tree65347d88bbe3d8f0d6f806151958595f728a0ce3
parent14cbf737dfc705fd72555416591d091d2807aac5
Use g:pymode_python-defined interpreter if defined and exists, otherwise use existing defaults (#666)

This is helpful when using custom-compiled interpreters, or alternative
Python interpreters in non-standard locations
plugin/black.vim