Skip to content

Commit

Permalink
change default max_lines 10 -> 20 (cf. #97)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Feb 4, 2024
1 parent 16e63df commit b09db8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/texdoclib-config.tlu
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ local function setup_config_from_defaults()
suffix_list = '',
verbosity_level = C.def_verbosity,
debug_list = '',
max_lines = '20',
max_lines = '10',
fuzzy_level = '3',
online_url = 'https://texdoc.org/serve/PKGNAME/0',
}
Expand Down
2 changes: 1 addition & 1 deletion spec/config/buitin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"verbosity_level=2",
"badbasename_list=readme, 00readme",
"machine_switch=false",
"max_lines=20",
"max_lines=10",
"basename_list=readme, 00readme",
"ext_list=pdf, htm, html, txt, dat, md, ps, dvi, ",
"interact_switch=true",
Expand Down

0 comments on commit b09db8c

Please sign in to comment.