aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-06 21:16:21 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-03-06 22:32:22 +0800
commit80e6f81862d943b2d31639a0e437b6abdff3373c (patch)
treeefc3f67b9908bd23c3e72078c8d0b7fdb9b05d2d /runtime/doc
parent8ed9c84481a7d0df0708d11ffa538f832591240f (diff)
downloadrneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.tar.gz
rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.tar.bz2
rneovim-80e6f81862d943b2d31639a0e437b6abdff3373c.zip
docs(lua): reference runtime/lua/vim/_editor.lua
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/develop.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt
index 178b0dc62b..cc146fcf6e 100644
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -204,7 +204,7 @@ Docstring format:
- Use `<pre>` for code samples.
Example: the help for |vim.paste()| is generated from a docstring decorating
-vim.paste in src/nvim/lua/vim.lua like this: >
+vim.paste in runtime/lua/vim/_editor.lua like this: >
--- Paste handler, invoked by |nvim_paste()| when a conforming UI
--- (such as the |TUI|) pastes text into the editor.