A.J.Mechelynck wrote:
> /etc/vim/vimrc is a strange location for a system vimrc
It is a very intuitive location. In Debian all system-wide
configuration files are in /etc/<package name>/
> I know just enough Chinese to understand that 大 on the fourth line
> means "big", so I can guess that that fourth line probably means "Big
> version with GTK2 GUI. Features included (+) or not (-):"
That would explain the problem. To the original poster: try adding the
following line to /etc/vim/gvimrc.local (create it if needed)
source /etc/vim/vimrc
Tobia