Fix broken link

This commit is contained in:
Marc Hamamji 2023-06-17 18:57:02 +03:00
parent 5ae7cc4fe4
commit 836c1c9950

View File

@ -91,7 +91,7 @@ A customizable Neovim plugin to run code inside the editor
is the buffer number that was passed to the `run()` function. Runner runs the is the buffer number that was passed to the `run()` function. Runner runs the
appropriate handler based on this buffer's filetype. appropriate handler based on this buffer's filetype.
For using multiple handlers on the same filetype, see the [choice helper](#choice(handlers)). For using multiple handlers on the same filetype, see the [choice helper](#choicehandlers).
#### `set_handler(filetype, handler)` #### `set_handler(filetype, handler)`