You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mini.nvim/doc/mini-misc.qmd
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Features the following functions:
18
18
Useful in combination with `stat_summary()`.
19
19
20
20
21
-
-[MiniMisc.log\_add()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_add\(\)), [MiniMisc.log\_show()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_show\(\)) and other helper functions to work
21
+
-[MiniMisc.log\_add()](mini-misc.qmd#minimisc.log_add), [MiniMisc.log\_show()](mini-misc.qmd#minimisc.log_show) and other helper functions to work
22
22
with a special in-memory log array. Useful when debugging Lua code.
23
23
24
24
@@ -162,7 +162,7 @@ Each entry is a table with the following fields:
162
162
163
163
- <spanclass="help-syntax-keys">\<timestamp\></span> `(number)` - a timestamp of when the entry was added. A number of
164
164
milliseconds since the in-memory log was initiated (after [MiniMisc.setup()](mini-misc.qmd#minimisc.setup)
165
-
or [MiniMisc.log\_clear()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_clear\(\))). Useful during profiling.
165
+
or [MiniMisc.log\_clear()](mini-misc.qmd#minimisc.log_clear)). Useful during profiling.
166
166
167
167
#### Parameters {#minimisc.log_add-parameters}
168
168
@@ -195,11 +195,11 @@ Each entry is a table with the following fields:
195
195
196
196
197
197
198
-
-[MiniMisc.log\_get()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_get\(\)) to get log array
198
+
-[MiniMisc.log\_get()](mini-misc.qmd#minimisc.log_get) to get log array
199
199
200
-
-[MiniMisc.log\_show()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_show\(\)) to show log array in the dedicated buffer
200
+
-[MiniMisc.log\_show()](mini-misc.qmd#minimisc.log_show) to show log array in the dedicated buffer
201
201
202
-
-[MiniMisc.log\_clear()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_clear\(\)) to clear the log array
202
+
-[MiniMisc.log\_clear()](mini-misc.qmd#minimisc.log_clear) to clear the log array
203
203
204
204
---
205
205
@@ -217,7 +217,7 @@ Get log array
217
217
218
218
219
219
220
-
-[MiniMisc.log\_add()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_add\(\)) to add to the log array
220
+
-[MiniMisc.log\_add()](mini-misc.qmd#minimisc.log_add) to add to the log array
221
221
222
222
---
223
223
@@ -230,7 +230,7 @@ Show log array in a scratch buffer
230
230
231
231
232
232
233
-
-[MiniMisc.log\_add()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_add\(\)) to add to the log array
233
+
-[MiniMisc.log\_add()](mini-misc.qmd#minimisc.log_add) to add to the log array
234
234
235
235
---
236
236
@@ -245,7 +245,7 @@ This also sets a new starting point for entry timestamps.
245
245
246
246
247
247
248
-
-[MiniMisc.log\_add()](https://neovim.io/doc/user/helptag.html?tag=MiniMisc.log_add\(\)) to add to the log array
248
+
-[MiniMisc.log\_add()](mini-misc.qmd#minimisc.log_add) to add to the log array
0 commit comments