Hi Bram and all,

2017-2-6(Mon) 0:08:19 UTC+9 Bram Moolenaar:
> Patch 8.0.0308
> Problem:    When using a symbolic link, the package path will not be inserted
>             at the right position in 'runtimepath'. (Dugan Chen, Norio Takagi)
> Solution:   Resolve symbolic links when finding the right position in
>             'runtimepath'. (Hirohito Higashi)
> Files:      src/ex_cmds2.c, src/testdir/test_packadd.vim
...

Sorry,
I forget to delete symbolic link at test_packadd.vim
When you do `ctags -R` after running `make test_packadd`, the following error 
will be output.

$ ctags -R
ctags: Warning: cannot open source file "testdir/top2_dir" : No such file or 
directory

Attached patch fix this.

--
Best regards,
Hirohito Higashi (a.k.a. h_east)

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/testdir/test_packadd.vim b/src/testdir/test_packadd.vim
index 5433c98..bf00fa2 100644
--- a/src/testdir/test_packadd.vim
+++ b/src/testdir/test_packadd.vim
@@ -98,6 +98,7 @@ func Test_packadd_symlink_dir()
 
   set rtp&
   let rtp = &rtp
+  silent !rm top2_dir
 endfunc
 
 " Check command-line completion for 'packadd'

Raspunde prin e-mail lui