atags.vim icon indicating copy to clipboard operation
atags.vim copied to clipboard

awk division by zero error

Open bronzehedwick opened this issue 8 years ago • 2 comments

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!

bronzehedwick avatar Jun 29 '16 16:06 bronzehedwick

same

zeroasterisk avatar Oct 31 '16 15:10 zeroasterisk

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

fntlnz avatar Feb 06 '17 13:02 fntlnz