vim qol
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user