Closed ahmedelgabri closed 3 years ago
mappings
preview_min_width
reverse
vimgrep
I also noticed that the assertion for preview is different between file (boolean or function) & vimgrep (only a boolean) so not sure if this is intentional or not.
preview
file
boolean
function
Perfect. The difference in the preview API is unintentional. I need to abstract these, but I am waiting to find the right pattern.
Thanks btw!
mappings
to Additional options listpreview_min_width
reverse
tovimgrep
I also noticed that the assertion for
preview
is different betweenfile
(boolean
orfunction
) &vimgrep
(only aboolean
) so not sure if this is intentional or not.