示例#1
0
 def rebuild_all(self):
     utils.build_tags('.', self.filetypes, ctags=self.ctags, recursive=True)
示例#2
0
 def rebuild_all(self):
     utils.build_tags('.', self.filetypes, ctags=self.ctags, recursive=True)
示例#3
0
 def rebuild_tags(self, fdir):
     utils.build_tags(fdir, self.filetypes, ctags=self.ctags, recursive=False)
示例#4
0
 def rebuild_tags(self, fdir):
     utils.build_tags(fdir, self.filetypes, ctags=self.ctags, recursive=False)