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

Can't process function <SNR>76_InitEasyTags - Plugin Error #55

Closed helmuthdu closed 11 years ago

helmuthdu commented 11 years ago

I have ctags installed, but after the last update the script doesnt work and i got the following error msg:

Erro detectado ao processar function 76_InitEasyTags: linha 6: E117: Função desconhecida: xolox#misc#os#is_win E15: Expressão inválida: xolox#misc#os#is_win() Erro detectado ao processar /home/helmuth/.vim/bundle/vim-easytags/autoload/xolox/easytags.vim: linha 859: E117: Função desconhecida: xolox#misc#option#get E15: Expressão inválida: xolox#misc#option#get('easytags_include_members', 0) easytags.vim 3.3.6: Plug-in not loaded because Exuberant Ctags isn't installed! Please download & install Exuberant Ctags from http://ctags.sf.net

My vimrc: github.com/helmuthdu/vim

helmuthdu commented 11 years ago

My bad here, fixed when installing vim-misc utils

xolox commented 11 years ago

Sorry for the breakage and thanks for the followup!