I noticed some syntax error in netrw147e.
Please check the following lines.
diff --git a/autoload/netrw.vim b/autoload/netrw.vim
index 574e574..93beb04 100644
--- a/autoload/netrw.vim
+++ b/autoload/netrw.vim
@@ -3801,7 +3801,7 @@ fun! netrw#NetrwBrowseX(fname,remote)
" g:Netrw_corehandler is a function reference (see :help Funcref)
" call Decho("g:Netrw_corehandler is a funcref")
call g:Netrw_corehandler(a:fname)
- elseif type(g:Netrw_corehandler) == 3)
+ elseif type(g:Netrw_corehandler) == 3
" g:Netrw_corehandler is a List of function references (see :help
Funcref)
" call Decho("g:Netrw_corehandler is a List")
for Fncref in g:Netrw_corehandler
@@ -4193,7 +4193,7 @@ fun! netrw#Explore(indx,dosplit,style,...)
let b:netrw_curdir= getcwd().'/'.prefixdir
endif
let dirname= substitute(dirname,'^.\{-}\(\*\*/.*\)$','\1','')
- let starpat= 4;
+ let starpat= 4
" call Decho("(Explore) ..pwd<".getcwd()."> dirname<".dirname.">")
" call Decho("(Explore) ..case Explore ../**/../filepat
(starpat=".starpat.")")
@@ -7670,7 +7670,6 @@ fun! s:NetrwRemoteRmFile(path,rmfile,all)
endif
elseif ok =~ 'q\%[uit]'
" call Decho("ok==".ok)
- break
endif
else
@@ -7713,7 +7712,6 @@ fun! s:NetrwRemoteRmFile(path,rmfile,all)
endif
elseif ok =~ 'q\%[uit]'
- break
endif
endif
@@ -8136,7 +8134,7 @@ fun! s:LocalListing()
" call Decho("(LocalListing) exe keepjumps put ='".pfile."'")
sil! keepj put=pfile
endif
- endwhile
+ endfor
" cleanup any windows mess at end-of-line
sil! keepj g/^$/d
--
Yukihiro Nakadaira - [email protected]
--
--
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.