commit 6a2883532060124d4c64fc8afb04dd93c47e96d3
parent df21ac729cf69fdca44af1874572f337bfc3a45a
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 28 Jan 2026 06:50:24 +0800
vim-patch:0f3b7d2: runtime(doc): fix missing code block marker in ft-python-syntax (#37588)
related: vim/vim#18922
closes: vim/vim#19261
https://github.com/vim/vim/commit/0f3b7d2563f6371e3e46d5f2c8fcb15c4bd266a0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
@@ -2752,7 +2752,7 @@ The first option implies the second one.
For highlighted trailing whitespace and mix of spaces and tabs: >
:let python_space_error_highlight = 1
-For highlighted built-in constants distinguished from other keywords:
+For highlighted built-in constants distinguished from other keywords: >
:let python_constant_highlight = 1
If you want all possible Python highlighting: >