Closed GoogleCodeExporter closed 9 years ago
correction:
- The first char of first line of **the buffer** will always be 'g' regardless
what the file contains.
Original comment by expro...@gmail.com
on 9 Jul 2015 at 1:32
I cannot reproduce this.
File test.vim contains
set nocompatible
Testing with
vim -u test.vim -U NONE --noplugin test.vim
shows the contents of test.vim without "g", as shown above.
Tested with vim 7.4.000 and vim 7.4.769.
Could you try to reproduce it with the file and command line above?
If it does not reproduce the problem, then something in your
~/.vimrc or in a plugin is likely the reason for the problem.
Original comment by odabr...@gmail.com
on 9 Jul 2015 at 2:26
This problem occurs in vim 7.4.757 to 7.4.765. (fixed by 7.4.766)
If you use urxvt and using transparency, check below thread and try local patch
rbg_fix4.patch
https://groups.google.com/d/topic/vim_dev/LLGjKaEzNUY/discussion
If we want to urgently resolved, try out the following method.
1. 't_RB' cleard in your .vimrc.
set t_RB=
2. 'bg' set to 'dark' or 'light' in your .vimrc
set bg=dark
3. Disable transparency.
Please see https://bbs.archlinux.org/viewtopic.php?pid=1541962#p1541962
Thank you
--
Best regards,
Hirohito Higashi
Original comment by h.east....@gmail.com
on 9 Jul 2015 at 2:48
fixed
Original comment by chrisbr...@googlemail.com
on 23 Jul 2015 at 11:53
Original issue reported on code.google.com by
expro...@gmail.com
on 9 Jul 2015 at 1:28