Yasufumi Haga wrote: > I'm using vim 7.2.60 on linux. > When I run ":e <directory name>" to show a directory list, some of > the filenames and directorynames in the list have "e" at the > beginning of their names, and hitting "Enter" key on a directory name > with "e" at the top in the list won't go down under the directory. > [snip]
Hello! I made a directory and put the files you gave (less the leading "e"s) in it; netrw displayed the directory listing correctly. I'm using v135e; please try that (http://mysite.verizon.net/astronaut/vim/index.html#NETRW). However, not having seen this problem before, I'm not expecting that v135e will solve the problem. The next thing to do: please get and install the Decho plugin: http://vim.sourceforge.net/scripts/script.php?script_id=120 -or- http://mysite.verizon.net/astronaut/vim/index.html#DECHO (this latter one is always the most up-to-date) and then enable it: vim netrw.vim :DechoOn :wq then vim your_problematic_directory If you do a :tabn you'll see the output of the debugging run; please send me a copy and I'll take a look at it. And, to restore netrw to its usual condition: vim netrw.vim :DechoOff :wq Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
