Tuesday, September 3, 2013

Re: nerdtree display problem

On 3 September 2013, Ben Fritz <fritzophrenic@gmail.com> wrote:
> On Tuesday, September 3, 2013 1:25:28 AM UTC-5, sinbad wrote:
> > nerdtree doesnt display the tree characters
> >
> > properly, i'll get the these chars.â~V
> >
> > how to fix it ?
>
> I'm guessing here, but I bet you need to set your Vim to use a Unicode
> encoding.
>
> http://vim.wikia.com/wiki/Working_with_Unicode

Or set NERDTreeDirArrows to 0:

if &termencoding !=# 'utf-8'
let NERDTreeDirArrows = 0
endif

/lcd

--
--
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: