docs(develop.txt): nvim_open_win is now in win_config.c (#15909)

This commit is contained in:
zeertzjq
2021-10-05 10:10:07 +08:00
committed by GitHub
parent b60e6448eb
commit 655e489e90

View File

@@ -166,7 +166,7 @@ Docstring format:
- Use `<pre>` 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.
/// ...