Skip to content

Commit e67fee6

Browse files
authored
docs(update): rename results.win to win in README (#559)
#558 Update docs Thanks for all your work folke!
1 parent 40c5317 commit e67fee6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -334,16 +334,16 @@ Some examples:
334334
- `Trouble diagnostics toggle focus=false filter.buf=0`
335335
- Show document symbols on the right of the current window.
336336
Keep the document symbols in sync with the buffer you started the command in.
337-
- `Trouble symbols toggle pinned=true results.win.relative=win results.win.position=right`
337+
- `Trouble symbols toggle pinned=true win.relative=win win.position=right`
338338
- You can use **lua** code in the options for the `Trouble` command.
339339
The examples below all do the same thing.
340340
- `Trouble diagnostics filter.severity=vim.diagnostic.severity.ERROR`
341341
- `Trouble diagnostics filter.severity = vim.diagnostic.severity.ERROR`
342342
- `Trouble diagnostics filter = { severity=vim.diagnostic.severity.ERROR }`
343343
- Merging of nested options, with or without quoting strings:
344-
- `Trouble diagnostics results.win.type = split result.win.position=right`
345-
- `Trouble diagnostics results.win = { type = split, position=right}`
346-
- `Trouble diagnostics results.win = { type = "split", position='right'}`
344+
- `Trouble diagnostics win.type = split win.position=right`
345+
- `Trouble diagnostics win = { type = split, position=right}`
346+
- `Trouble diagnostics win = { type = "split", position='right'}`
347347

348348
Please refer to the API section for more information on the available actions and options.
349349

0 commit comments

Comments
 (0)