File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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==============================================================================
44Table 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
225225Each function that takes the optional `multi_lang` argument will run cells of
226226all languages when called with the value `true` , and will only run cells that
You can’t perform that action at this time.
0 commit comments