X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a764f1bb3b459ee6f2e752e3d67793b119a2144a..e00e3d5bb2426155782faee1d6f04ebef6959c8f:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 8e9936d..fcfe446 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -39,6 +39,8 @@ Formatting .. autofunction:: black.format_str +.. autofunction:: black.reformat_one + .. autofunction:: black.schedule_formatting File operations @@ -70,6 +72,17 @@ Split functions .. autofunction:: black.bracket_split_succeeded_or_raise +Caching +------- + +.. autofunction:: black.filter_cached + +.. autofunction:: black.get_cache_info + +.. autofunction:: black.read_cache + +.. autofunction:: black.write_cache + Utilities --------- @@ -85,6 +98,8 @@ Utilities .. autofunction:: black.make_comment +.. autofunction:: black.max_delimiter_priority_in_atom + .. autofunction:: black.normalize_prefix .. autofunction:: black.normalize_string_quotes