From a717283163841bfc558ac0608cde2241ae0867cb Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sat, 31 Oct 2020 23:02:09 +0200 Subject: [PATCH] docs: Add label to git_prompt section --- docs/vcs_user.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/vcs_user.rst b/docs/vcs_user.rst index c876f584..c6d31a57 100644 --- a/docs/vcs_user.rst +++ b/docs/vcs_user.rst @@ -28,6 +28,8 @@ It is possible for themes to ignore the ``SCM_CHECK`` flag and query specific ve For example, themes that use functions like ``git_prompt_vars`` skip the ``SCM_CHECK`` flag to retrieve and display git prompt information. If you turned version control checking off and you still see version control information within your prompt, then functions like ``git_prompt_vars`` are most likely the reason why. +.. _git_prompt: + Git prompt ^^^^^^^^^^