Wednesday, September 4, 2013

Re: nerdtree display problem

On Wednesday, September 4, 2013 11:53:03 PM UTC-5, sinbad wrote:
> On Wednesday, September 4, 2013 10:38:00 PM UTC+5:30, Ben Fritz wrote:
>
> >> Does your font have a glyph for that character?
>
> i don't know. how do i check that.
>
> >> Are you using gvim, or Vim inside a terminal?
>
> i'm using version VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 5 2013 06:26:51). i connect through putty from windows to a linux server and start vim there.

To figure out whether Vim at least sees the right character, you can press ga on top of it in normal mode. That should tell you the character being used, and you can see whether it is the right one. If Vim sees the right character but that character is not displayed, then probably your font needs changing.

Are you using a GUI version of Vim with an X server? Or running it in the putty terminal window?

If you're using the terminal version, I don't actually know how to change the font being used. I'd say it's a pretty good chance whatever the default is won't have a glyph for fancy Unicode characters.

If you're using the GUI version, try a few fonts by brining up the font dialog:

:set guifont=*

Once you find one you like, you can add that to your .gvimrc. See http://vim.wikia.com/wiki/Setting_the_font_in_the_GUI

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment