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

xolox#debug function called but never defined. #2

Closed spf13 closed 13 years ago

spf13 commented 13 years ago

in autoload/easytags.vim there is a ' call xolox#debug("%s: Executing %s", s:script, a:cmdline)'

but the function is not defined in any of the xolox scripts.

xolox commented 13 years ago

Hi spf13,

The xolox#debug() function is defined in one of my miscellaneous autoload scripts which I don't include in the git repositories of my Vim plug-ins because they don't really belong with any single plug-in. These autoload scripts are however included with the ZIP archives I publish on Vim Online.

I've confused several users with this so I'll add a specific note about this to the README (actually I thought the current install instructions would suffice but clearly I'm wrong :-).