Skip to content

Commit

Permalink
Put our tags at front of list
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Aug 11, 2011
1 parent dc4f2fe commit cae8f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/rake.vim
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ augroup rake_tags
autocmd User Rake
\ if s:project().path() !~# ',' &&
\ stridx(&tags, s:project().tags_file()) < 0 |
\ let &l:tags .= ',' . s:project().tags_file() |
\ let &l:tags = s:project().tags_file() . ',' . &tags |
\ endif
augroup END

Expand Down

0 comments on commit cae8f3e

Please sign in to comment.