]> git.madduck.net Git - etc/vim.git/blobdiff - Pipfile

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:

#455 Fix bug with tricky unicode symbols (#1047)
[etc/vim.git] / Pipfile
diff --git a/Pipfile b/Pipfile
index 623f6036a8f06bbc64c3180c02b8534d78fa9ccc..d82e2fedf6ad36a3fce102b8d9d362548d87259a 100644 (file)
--- a/Pipfile
+++ b/Pipfile
@@ -12,6 +12,7 @@ toml = ">=0.9.4"
 black = {path = ".",extras = ["d"],editable = true}
 aiohttp-cors = "*"
 typed-ast = ">=1.3.1"
+regex = "*"
 
 [dev-packages]
 pre-commit = "*"