]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix missing code block marker in ft-python-syntax
authorzeertzjq <zeertzjq@outlook.com>
Mon, 26 Jan 2026 19:56:27 +0000 (19:56 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 26 Jan 2026 19:56:27 +0000 (19:56 +0000)
related: #18922
closes:  #19261

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt

index cc41a774a28e122be14b4655289c4b76566bc707..741e01ea086f57d2d1d1b467ad2b5e00950a2852 100644 (file)
@@ -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: >