FS#45535 - [vim] latest version inserting g character upon opening file
Attached to Project:
Arch Linux
Opened by Jeremy M. (jskier) - Friday, 03 July 2015, 13:31 GMT
Last edited by Anatol Pomozov (anatolik) - Thursday, 28 January 2016, 13:44 GMT
Opened by Jeremy M. (jskier) - Friday, 03 July 2015, 13:31 GMT
Last edited by Anatol Pomozov (anatolik) - Thursday, 28 January 2016, 13:44 GMT
|
Details
Description:
Since upgrading vim today on x86_64 and arm, it appears to insert a 'g' character upon opening an existing file. The 'g' shows up throughout document in random places, forcing corruption of source and config files if saved. Additional info: * 7.4.764-1 * Using included vimrc example * Also impacts arm, have not confirmed i686 Steps to reproduce: * vim file, save, quit * vim file * Observe the 'g' character inserted; screen shot attached |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Thursday, 28 January 2016, 13:44 GMT
Reason for closing: Upstream
Thursday, 28 January 2016, 13:44 GMT
Reason for closing: Upstream
Maybe its some unicode issue.
@edit
its not unicode related as far as I figured out yet and sorry I didn't read that issue carefully enough, for me there is no g inserted in vim, there are some other chars: :d999/d2d1/6968/8786[>85;95;0.
There is also a thread about that issue with a patch, i think:
https://bbs.archlinux.org/viewtopic.php?pid=1542084#p1542084
After removing the line "urxvt.background: [80]#000000" from my Xressources file vim worked as intended again.
Version 7.4.766 might be fixing the bug (see: https://groups.google.com/forum/#!topic/vim_dev/dyVf-CWLlSI). Because I'm still compiling it I can't say for sure jet.
EDIT:
7.4.766 does not fix the problem.
Edit: I only tested with cygwin terminal and only for the 'g' character.
I can workarround it by applying a vim colorscheme.
I could not workarround with a .XResources file since I don't have one.
It seems only workarrounds help but it is not really fixed.