gregsexton / gitv

gitk for Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E706: Variable type mismatch for: bindings

jhornsberger opened this issue · comments

Error detected while processing function <SNR>15_OpenGitv..<SNR>15_OpenBrowserMode..<SNR>15_LoadGitv..<SNR>15_SetupMappings..<SNR>15_SetupMapping..<SNR>15_GetMapDescriptor..<SNR>15_GetBindings..<SNR>15_Tr
ansformBindings:
line    6:
E706: Variable type mismatch for: bindings
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/local/include  -O2 -g -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tabl
es -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc   -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib/perl5/CORE  -Wl,-z,relro  -L/usr/local/lib -Wl,--as-needed -o vim        -lm -lnsl  -lselinux  -lnc
urses -lacl -lattr -lgpm -ldl   -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib/perl5/CORE  -fstack-protector -L/usr/local/lib  -L/usr/lib/perl5/CORE -lperl -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc

Please let me know if you need more info or if this is my own doing. Thanks!!

commented

Looks like the new bindings system's fault. Can you send me your vimrc though?

commented

So I wasn't able to recreate this, but I can see where it's coming from and I think I fixed it. Could you update and try again please?

@rbong I also met the same problem with the latest update! I didn't configure anything about Gitv in my vimrc. Please help! thanks!

@rbong, I made mistaken. I think the problem is solved after I updated Gitv again!
Thanks!

commented

No problem. Glad it's resolved.