X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a9f50cd0b58259a11a1c851bde7b4f11321e5b3b..2f260514f67f154d1c8f59bc9ea899406d8a2cfd:/docs/reference/reference_functions.rst

diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst
index f9cd505..4e7fb83 100644
--- a/docs/reference/reference_functions.rst
+++ b/docs/reference/reference_functions.rst
@@ -12,6 +12,10 @@ Assertions and checks
 
 .. autofunction:: black.assert_stable
 
+.. autofunction:: black.is_split_after_delimiter
+
+.. autofunction:: black.is_split_before_delimiter
+
 .. autofunction:: black.is_delimiter
 
 .. autofunction:: black.is_import
@@ -56,11 +60,15 @@ Split functions
 
 .. autofunction:: black.split_line
 
-.. autofunction:: black.split_succeeded_or_raise
+.. autofunction:: black.bracket_split_succeeded_or_raise
 
 Utilities
 ---------
 
+.. py:function:: black.DebugVisitor.show(code: str) -> None
+
+    Pretty-print the lib2to3 AST of a given string of `code`.
+
 .. autofunction:: black.diff
 
 .. autofunction:: black.generate_comments
@@ -69,6 +77,8 @@ Utilities
 
 .. autofunction:: black.normalize_prefix
 
+.. autofunction:: black.normalize_string_quotes
+
 .. autofunction:: black.preceding_leaf
 
-.. autofunction:: black.whitespace
\ No newline at end of file
+.. autofunction:: black.whitespace