Set fixed num line mode default

This commit is contained in:
Dave Davenport 2016-10-22 16:02:22 +02:00
parent a063715652
commit d3ef6eb2dc
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Settings config = {
/** X offset */
.x_offset = 0,
/** Always should config.menu_lines lines, even if less lines are available */
.fixed_num_lines = FALSE,
.fixed_num_lines = TRUE,
/** Do not use history */
.disable_history = FALSE,
/** Use levenshtein sorting when matching */