I installed NERDTree via Pathogen on Mac OSX 10.6.8.
When I vim a dir, I cannot enter into sub dirs with enter key. Furthermore, the dirs look like this:
?~V? doc/
What's going on?
I installed NERDTree via Pathogen on Mac OSX 10.6.8.
When I vim a dir, I cannot enter into sub dirs with enter key. Furthermore, the dirs look like this:
?~V? doc/
What's going on?
Check
locale
on your system, if output is something like this oneLANG=C
then do the following steps:sudo echo "LANG=en_US.UTF-8" >> /etc/locale.conf
sudo locale-gen
andsudo reboot
check your
locale
again. Hope this can solve your problem.