Remove unused argument
This commit is contained in:
parent
16fa49bda2
commit
f32b69033b
@ -117,7 +117,7 @@ function! sy#util#popup_close() abort
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! sy#util#popup_create(hunkdiff, ...) abort
|
function! sy#util#popup_create(hunkdiff) abort
|
||||||
let max_width = 100
|
let max_width = 100
|
||||||
let max_height = 16
|
let max_height = 16
|
||||||
let width = max(map(copy(a:hunkdiff), {_, v -> len(v)})) + 1
|
let width = max(map(copy(a:hunkdiff), {_, v -> len(v)})) + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user