boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
269 stars 34 forks source link

Autocomplete on playlists #7

Closed connermcd closed 11 years ago

connermcd commented 12 years ago

Let me just restate that the only reason I raise "issues" is because I'm hooked on vimpc. It has simplified my life so much.

vimpc >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SongBird >>>>>>>>>>>>>> iTunes.

So thank you thank you for all the work you've done and even more thank yous for listening to many of my ideas and suggestions. That being said, a minor but nice improvement would be autocompletion on playlists. I often have a lot of playlists saved and I have either named them descriptive but length names or I forgot exactly what I named them. Being able to do

:load <Tab>

would be really useful, even if it only worked after typing a character or two.

boysetsfrog commented 12 years ago

Hey, thanks for the words and suggestions it is greatly appreciated. I have added this feature in for you, it needs a little but of cleaning up but should mostly work as expected. Once the changes propagate through to the github build, I will let you know so you can try it out.

I am still looking into the alignment that you requested as well, that will take a bit more time for me to come up with something that i am happy with, but i haven't forgotten.

richo commented 12 years ago

I just synced github and SVN.

connermcd commented 12 years ago

Wow. I'm impressed again by both of you. Many thanks!

connermcd commented 12 years ago

Works like a charm. I've been brushing up on my cpp lately, so hopefully I'll be able to contribute back some to this project when I have some time. Cheers!