grunt.vim icon indicating copy to clipboard operation
grunt.vim copied to clipboard

Command line completion

Open ain opened this issue 10 years ago • 3 comments

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.

ain avatar Jun 01 '14 13:06 ain

Hello @ain

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

mklabs avatar Jul 04 '14 14:07 mklabs

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

tkrugg avatar Jul 04 '14 14:07 tkrugg

Thank you @tkrugg

mklabs avatar Jul 04 '14 15:07 mklabs