Skip to content

Commit

Permalink
docs: update min/max_height defaults for quicker.open, quicker.toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
drowning-cat committed Jan 20, 2025
1 parent 335c535 commit 7643139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Toggle the quickfix or loclist window.
| >focus | `nil\|boolean` | Focus the quickfix window after toggling (default false) |
| >height | `nil\|integer` | Height of the quickfix window when opened. Defaults to number of items in the list. |
| >min_height | `nil\|integer` | Minimum height of the quickfix window. Ignored if height is defined explicitly. Default 4. |
| >max_height | `nil\|integer` | Maximum height of the quickfix window. Ignored if height is defined explicitly. Default 10. |
| >max_height | `nil\|integer` | Maximum height of the quickfix window. Ignored if height is defined explicitly. Default 16. |
| >open_cmd_mods | `nil\|quicker.OpenCmdMods` | A table of modifiers for the quickfix or loclist open commands. |
| >view | `nil\|quicker.WinViewDict` | A table of options to restore the view of the quickfix window. Can be used to set the cursor or scroll positions (see `winsaveview()`). |

Expand All @@ -347,7 +347,7 @@ Open the quickfix or loclist window.
| >focus | `nil\|boolean` | Focus the quickfix window after toggling (default false) |
| >height | `nil\|integer` | Height of the quickfix window when opened. Defaults to number of items in the list. |
| >min_height | `nil\|integer` | Minimum height of the quickfix window. Ignored if height is defined explicitly. Default 4. |
| >max_height | `nil\|integer` | Maximum height of the quickfix window. Ignored if height is defined explicitly. Default 10. |
| >max_height | `nil\|integer` | Maximum height of the quickfix window. Ignored if height is defined explicitly. Default 16. |
| >open_cmd_mods | `nil\|quicker.OpenCmdMods` | A table of modifiers for the quickfix or loclist open commands. |
| >view | `nil\|quicker.WinViewDict` | A table of options to restore the view of the quickfix window. Can be used to set the cursor or scroll positions (see `winsaveview()`). |

Expand Down

0 comments on commit 7643139

Please sign in to comment.