From: zeertzjq Date: Mon, 26 Jan 2026 19:56:27 +0000 (+0000) Subject: runtime(doc): fix missing code block marker in ft-python-syntax X-Git-Tag: v9.1.2111~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3b7d2563f6371e3e46d5f2c8fcb15c4bd266a0;p=thirdparty%2Fvim.git runtime(doc): fix missing code block marker in ft-python-syntax related: #18922 closes: #19261 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index cc41a774a2..741e01ea08 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: >