I installed ubuntu 12.04 lts yesterday, and didn't change any system setting, but gvim can't get correct font display, there's too much space between character.
Screeshot :
The .gvimrc file:
|
I installed ubuntu 12.04 lts yesterday, and didn't change any system setting, but gvim can't get correct font display, there's too much space between character. Screeshot : The .gvimrc file: |
||||
|
Try another font. http://vim.wikia.com/wiki/Change_font:
|
|||
|
echo $LANGsay? – jippie Apr 28 '12 at 21:18zh_CN.UTF-8– grick Apr 29 '12 at 17:50LANG=C gvimorLANG=en_US.UTF-8 gvim. If that works, at least we know what to look for. Take a look at the Joar's answer too, I was able to reproduce his method. – jippie Apr 29 '12 at 18:17