Skip to content

Commit

Permalink
Use read-only tags if already generated
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Aug 11, 2011
1 parent 38d4abb commit dc4f2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/rake.vim
Expand Up @@ -516,7 +516,7 @@ call s:navcommand('task')
" Rtags {{{1

function! s:project_tags_file() dict abort
if filewritable(self.path())
if filereadable(self.path('tags')) || filewritable(self.path())
return self.path('tags')
else
if !has_key(self,'_tags_file')
Expand Down

0 comments on commit dc4f2fe

Please sign in to comment.