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

After the most recent update, easytags stops working. #52

Closed jojojames closed 11 years ago

jojojames commented 11 years ago

Error detected while processing function 57_InitEasyTags..57_CheckCtags: line 6: E117: Unknown function: xolox#misc#os#exec E15: Invalid expression: xolox#misc#os#exec({'command': command, 'check': 0}) line 7: E121: Undefined variable: result E15: Invalid expression: result['exit_code'] == 0 Error detected while processing function 57_InitEasyTags: line 6: E117: Unknown function: xolox#misc#os#is_win E15: Invalid expression: xolox#misc#os#is_win() Error detected while processing /Users/james/.vim/bundle/vim-easytags/autoload/xolox/easytags.vim: line 859: E117: Unknown function: xolox#misc#option#get E15: Invalid expression: 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

$ which ctags

returns /usr/local/bin/ctags

$ ctags --version

Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert Compiled: May 25 2013, 15:43:34 Addresses: dhiebert@users.sourceforge.net, http://ctags.sourceforge.net Optional compiled features: +wildcards, +regex

Everything related to easytags in my vimrc.

" Easytags let g:easytags_include_members = 1 let g:easytags_python_enabled = 1 let g:easytags_file = '~/.vim/tags/easytags' let g:easytags_cmd = '/usr/local/bin/ctags'

jojojames commented 11 years ago

Whoops, looks like an extra dependency was added. Solved.

xolox commented 11 years ago

Sorry for the breakage and thanks for the followup!