fix broken vimdoc

Sigh.
This commit is contained in:
Timothée Sterle 2021-08-08 20:07:41 +02:00
parent b78d73b3fa
commit 44711800b8
No known key found for this signature in database
GPG Key ID: 136D558122196ED5
2 changed files with 7 additions and 6 deletions

View File

@ -489,8 +489,9 @@ remote plugins)
- `vim.treesitter`: module that exposes the functionality of the
tree-sitter library
This list is by no means comprehensive. If you wish to know more about
what's made available by the `vim` variable, |lua-stdlib|` to get a list
This list is by no means comprehensive. If you wish to know more about what's
made available by the `vim` variable, |lua-stdlib| and |lua-vim| are the way
to go. Alternatively, you can do `:lua print(vim.inspect(vim))` to get a list
of every module.
Tips~
@ -997,9 +998,9 @@ See also:
Tips~
Neovim has an extensive library of powerful built-in functions that
are very useful for plugins. See |vim-function| for a list of functions
grouped by topic.
Neovim has an extensive library of powerful built-in functions that are very
useful for plugins. See |vim-function| for an alphabetical list and
|function-list| for a list of functions grouped by topic.
Neovim API functions can be used directly through `vim.api.{..}`. See
|api| for information.

View File

@ -20,7 +20,7 @@
# Help links
s/\[`vim\.api\.\(.*\)`\](.*)/|\1|/
s/\[`:help \([^\[]*\)`\](.*)/|\1|/
s/\[`:help \(.*\)`\](.*)/|\1|/
s/\[`\(.*\)`\](.*)/|\1|/
# Markdown links