]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation in develop.txt
authorHirohito Higashi <h.east.727@gmail.com>
Thu, 9 Oct 2025 21:12:19 +0000 (21:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 9 Oct 2025 21:12:19 +0000 (21:12 +0000)
closes: #18532

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/develop.txt

index 8e06df2d3b8a8bac83dc7d0b58fb8a8a499042d2..922da727277a03540b2abd52381abd364c0c52bd 100644 (file)
@@ -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*