mklabs / grunt.vim

Vim plugin with support for Grunt
41 stars 6 forks source link

Command line completion #6

Open ain opened 10 years ago

ain commented 10 years ago

Would be nice to have something that autcompletes the Grunt task if you're typing in :Grunt someTask to run it. Sometimes the task names are rather long, e.g. somethingValidation or exportCSVFromSomewhere.

mklabs commented 10 years ago

Hello @ain

That sounds nice, but quite tricky. It's kind of the same problem than regular command line completion.

tkrugg commented 10 years ago

FYI, if you have oh-my-zsh you have this plugin that will perform that kind of autocompletion.

mklabs commented 10 years ago

Thank you @tkrugg