Closed ryota2357 closed 2 years ago
I want to set the column/row position of the preview window.
Could you add previewCol and previewRow, like winCol and winRow ?
previewCol
previewRow
winCol
winRow
or, could you fix the following problem?
If we call ddu#ui#ff#do_action('preview') in ddu-ff, the preview window is shown like this.
ddu#ui#ff#do_action('preview')
ddu-ff
but, if we call it in ddu-ff-filter, the preview window is shown at strange position.
ddu-ff-filter
Fixed.
I want to set the column/row position of the preview window.
Could you add
previewCol
andpreviewRow
, likewinCol
andwinRow
?or, could you fix the following problem?
If we call
ddu#ui#ff#do_action('preview')
inddu-ff
, the preview window is shown like this.but, if we call it in
ddu-ff-filter
, the preview window is shown at strange position.