This commit is contained in:
2024-01-10 14:46:47 +01:00
parent 00c6530485
commit 6f1a904990
3 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ function s:make(args) abort
let cmd .= ' ' . a:args
endif
let options = {'close_cb': function('s:make_callback'), 'term_rows': 16}
let options = {'close_cb': function('s:make_callback'), 'term_rows': 8}
let s:make_buf = term_start(cmd, options)
let s:making = 1