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 ee300a7 commit e9e2ee6Copy full SHA for e9e2ee6
autoload/rails.vim
@@ -1340,7 +1340,7 @@ function! s:readable_default_rake_task(...) dict abort
1340
let line = getline(mnum)
1341
" We can't grab the namespace so only run tasks at the start of the line
1342
if line =~# '^\%(task\|file\)\>'
1343
- return self.last_method(a:lnum)
+ return self.last_method(lnum)
1344
else
1345
return matchstr(self.getline(1),'\C# rake \zs.*')
1346
endif
0 commit comments