diff --git a/README.md b/README.md index 46ba3c0..825f4e2 100644 --- a/README.md +++ b/README.md @@ -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()`). | @@ -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()`). |