runtime(doc): fix missing code block marker in ft-python-syntax
Commit:
https://github.com/vim/vim/commit/0f3b7d2563f6371e3e46d5f2c8fcb15c4bd266a0
Author: zeertzjq <
zeer...@outlook.com>
Date: Mon Jan 26 19:56:27 2026 +0000
runtime(doc): fix missing code block marker in ft-python-syntax
related:
https://github.com/vim/vim/issues/18922
closes:
https://github.com/vim/vim/issues/19261
Signed-off-by: zeertzjq <
zeer...@outlook.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index cc41a774a..741e01ea0 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 26
+*syntax.txt* For Vim version 9.1. Last change: 2026 Jan 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3243,7 +3243,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: >