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

:TagsByFileType error #134

Open carlitux opened 8 years ago

carlitux commented 8 years ago

easytags.vim 3.11: Vim(call):E119: Not enough arguments for function: 202_save_by_filetype (at function xolox#easytags#update#convert_by_filetype, line 9)

cameronbrown commented 7 years ago

I'm getting this too. This makes the :TagsByFileType command unusable.

save_by_filetype() needs cache and directory arguments but xolox#easytags#update#convert_by_filetype does not supply them.

pwp333 commented 5 years ago

Same error here when setting let g:easytags_by_filetype = '.tags'