On 3 September 2013, Ben Fritz <[email protected]> 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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to