Hi<br><br>I wrote my custom prompts for selecting playlists and songs in mpd and used mkComplFunFromList to make completion function.<br>What is the easiest way to enable partial matching of input against completion list. I mean so that compare was like <br>
select .. from ... where ... like &#39;%input%&#39;<br>?<br><br>Thank you.<br>