On Friday, December 6, 2013 11:35:15 AM UTC+9, Charles Campbell wrote:
> Ok, please try v150k of netrw, available on my website:
>
> http://www.drchip.org/astronaut/vim/index.html#NETRW .
v150k doesn't fixed this issue.
--- autoload/netrw.vim.org 2013-12-06 12:49:38.228750700 +0900
+++ autoload/netrw.vim 2013-12-06 12:49:58.907818400 +0900
@@ -8655,7 +8655,7 @@
" get the list of files contained in the current directory
let dirname = b:netrw_curdir
- let dirnamelen = s:Strlen(b:netrw_curdir)
+ let dirnamelen = strlen(b:netrw_curdir)
let filelist = glob(s:ComposePath(dirname,"*"),0,1)
let filelist = filelist + glob(s:ComposePath(dirname,".*"),0,1)
" call Decho("(LocalListing) filelist=".filelist)
--
--
You received this message from the "vim_dev" 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_dev" 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.