nerdtree/autoload
Alexey Shumkin cb9f4db6ff fixed: directory navigation does not work on Cygwin
Directory tree navigation is broken because of directory signs which is
shown in UTF-8.

Cygwin is a Windows application, so it uses ASCII codepages and so
directory signs must be in ASCII, but if to modify
"nerdtree#runningWindows" function there are many other functions break
that convert paths, e.g.

So, the quick and reliable solution is to add a
separate function "nerdtree#runningCygwin" and use it in a specific
place.
2017-10-27 10:06:51 +03:00
..
nerdtree Update the function that drives the p mapping 2017-07-08 11:33:10 -04:00
nerdtree.vim fixed: directory navigation does not work on Cygwin 2017-10-27 10:06:51 +03:00