Skip to content

Commit b39781e

Browse files
committed
feat(mini.nvim): sync to b409fd1
1 parent d6d0248 commit b39781e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mini.nvim/doc/mini-snippets.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ See [MiniSnippets.config](mini-snippets.qmd#minisnippets.config) for `config` st
109109

110110
You can override runtime config settings locally to buffer inside
111111
`vim.b.minisnippets_config` which should have same structure as
112-
`Minisnippets.config`. See [mini.nvim-buffer-local-config](mini-nvim.qmd#mini.nvim-buffer-local-config) for more details.
112+
`MiniSnippets.config`. See [mini.nvim-buffer-local-config](mini-nvim.qmd#mini.nvim-buffer-local-config) for more details.
113113

114114
#### Comparisons {#module-comparisons}
115115

mini.nvim/readmes/mini-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you want to help this project grow but don't know where to start, check out [
3636
## Features
3737

3838
- Test action is defined as a named callable entry of a table.
39-
- Helper for creating child Neovim process which is designed to be used in tests (including taking and verifying screenshots). See help for [`MiniTest.new_child_neovim()`](../doc/mini-test.qmd#minitest.new_child_neovim) and `Minitest.expect.reference_screenshot()`.
39+
- Helper for creating child Neovim process which is designed to be used in tests (including taking and verifying screenshots). See help for [`MiniTest.new_child_neovim()`](../doc/mini-test.qmd#minitest.new_child_neovim) and [`MiniTest.expect.reference_screenshot()`](../doc/mini-test.qmd#minitest.expect.reference_screenshot).
4040
- Hierarchical organization of tests with custom hooks, parametrization, and user data. See help for [`MiniTest.new_set()`](../doc/mini-test.qmd#minitest.new_set).
4141
- Emulation of [Olivine-Labs/busted](https://github.com/Olivine-Labs/busted) interface (`describe`, `it`, etc.).
4242
- Predefined small yet usable set of expectations (`assert`-like functions). See help for [`MiniTest.expect`](../doc/mini-test.qmd#minitest.expect).

0 commit comments

Comments
 (0)