Skip to content

Commit 7fd12a6

Browse files
chore(build): auto-generate vimdoc
1 parent d8d1b90 commit 7fd12a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/quarto.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quarto.txt* For Neovim >= 0.8.0 Last change: 2025 February 20
1+
*quarto.txt* For Neovim >= 0.8.0 Last change: 2025 March 14
22

33
==============================================================================
44
Table of Contents *quarto-table-of-contents*
@@ -220,7 +220,7 @@ Quarto exposes code running functions through to runner module:
220220
- `run_below(multi_lang)` - runs all the cells below the current one, **and** the current one, in order
221221
- `run_all(multi_lang)` - runs all the cells in the document
222222
- `run_line(multi_lang)` - runs the line of code at your cursor
223-
- `run_range()` - run code inside the visual range
223+
- `run_range()` - run code cells inside (touched by) the current visual range
224224

225225
Each function that takes the optional `multi_lang` argument will run cells of
226226
all languages when called with the value `true`, and will only run cells that

0 commit comments

Comments
 (0)