xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

ignore some files #122

Open bubifengyun opened 9 years ago

bubifengyun commented 9 years ago

now i configure vim-easytags. when i use vim to read and write other non-code files, the easytags will produce the tags, too. how can disable easytags when i edit other non-code files?

or to say: could it never produce .vimtags file? in my opinion, if you coding, there must be a project folder. then you can produce tags in this project root folder. if you want not to code, just edit other file which need no tags, easytags need not to search tags in editing-file up and up folders. and .vimtags has no meaning.

do you think so? thank you.