From 655e489e90712cc3c2f06d84a5030c66e5c51d91 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Tue, 5 Oct 2021 10:10:07 +0800 Subject: [PATCH] docs(develop.txt): nvim_open_win is now in win_config.c (#15909) --- runtime/doc/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 14f35acce3..7127c74134 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -166,7 +166,7 @@ Docstring format: - Use `
`  for code samples.
 
 Example: the help for |nvim_open_win()| is generated from a docstring defined
-in src/nvim/api/vim.c like this: >
+in src/nvim/api/win_config.c like this: >
 
     /// Opens a new window.
     /// ...