atags.vim
atags.vim copied to clipboard
awk division by zero error
When I use any of the example atag build command lists, including the default, I get an awk: division by zero
error. It also happens when I try to run the commands manually.
Versions
OS: OS X 10.10.5
Neovim: 0.1.4
Ctags: 5.8
Shell: Bash 4.3.46(1)-release (x86_64-apple-darwin14.5.0)
Awk: awk version 20070501
Thanks!
same
I think that is a problem due to the OS X's awk.
Remember that you can always use a different command by defining the g:atags_build_commands_list
variable.
Here's the default one: https://github.com/fntlnz/atags.vim/blob/master/autoload/atags.vim#L46-L50