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

Fix strtobool function (#3025)
authorVadim Nikolaev <defntvdm@gmail.com>
Thu, 28 Apr 2022 15:17:23 +0000 (20:17 +0500)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 15:17:23 +0000 (09:17 -0600)
commitc6800e0c659eba5b22190bf6ae0ba563a4170661
tree53da4552341df5e9117c9c2a2246fdb21b7cbf58
parent8ed3e3d07ea3e6d62e3e533e69f96a0ff148cd5d
Fix strtobool function (#3025)

* Fix strtobool function for vim plugin
* Update CHANGES.md

Co-authored-by: Cooper Lees <me@cooperlees.com>
CHANGES.md
autoload/black.vim