From: Hirohito Higashi Date: Thu, 9 Oct 2025 21:12:19 +0000 (+0000) Subject: runtime(doc): Tweak documentation in develop.txt X-Git-Tag: v9.1.1845~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf6c32b5d3a5cf5c3ce422616f60fac809a68c2;p=thirdparty%2Fvim.git runtime(doc): Tweak documentation in develop.txt closes: #18532 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 8e06df2d3b..922da72727 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -375,10 +375,7 @@ only function prototypes. The `make proto` target in `src/Makefile` automates updating most of the .pro files using the Python script proto/gen_prototypes.py, which relies on the -python3-clangd module. Note that a few proto files are hand edited. - -This system has been in place since at least v1.24, when Vim's functions were -still written in K&R style. +python3-clang module. Note that a few proto files are hand edited. ============================================================================== 4. Coding style *coding-style*