ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

input constantly deleted #23

Closed CPWeaver closed 8 years ago

CPWeaver commented 8 years ago

Trying to get this running on debian and I'm seeing some odd behavior. When I'm in insert mode, anything I type is deleted after a small delay. So I type some characters, they disappear. Type some more, disappears again. I put a blank .athamerc and .bashrc in my home directory to no avail.

One other data point, I did have to do an ldconfig to add /usr/lib to my linker path to get bash to link properly after installing. I didn't see that in your docs anywhere so maybe I've misconfigured it somehow? I have vim 7.4 patches 1-873 and bash 4.3.42. Thanks!

ardagnir commented 8 years ago

Thanks, I finally reproduced this bug. It looks like it is triggered by running athame with vim that has both patch 866 and was compiled with gui support.

I'll work on a fix.

ardagnir commented 8 years ago

Fixed in 0.4 branch. I'll close this bug once I merge it into master.

CPWeaver commented 8 years ago

Awesome, thanks! Looking forward to trying it out again.