From 38fd7600ec58c771ada9c46ed5208fb9a727740b Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 10 Oct 2025 05:42:10 +0900 Subject: [PATCH] Tweak documentation in develop.txt --- runtime/doc/develop.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 8e06df2d3b8a8..922da727277a0 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*