We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721bd23 commit 2c562c2Copy full SHA for 2c562c2
autoload/rails.vim
@@ -1166,7 +1166,7 @@ function! s:app_rake_tasks() dict abort
1166
if v:shell_error != 0
1167
return []
1168
endif
1169
- call map(lines,'matchstr(v:val,"^rake\\s\\+\\zs\\S*")')
+ call map(lines,'matchstr(v:val,"^rake\\s\\+\\zs[^][ ]\\+")')
1170
call filter(lines,'v:val != ""')
1171
call self.cache.set('rake_tasks',s:uniq(['default'] + lines))
1172
0 commit comments