vimUtils.vimGenDocHook: dont copy the folder (again)
The files are installed via build-vim-plugin. Doing that again is a waste of resources, worse it can create errors
This commit is contained in:
parent
1c4904092b
commit
354b186402
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ vimPluginGenTags() {
|
|||
|
||||
target="$out/@rtpPath@/$pname"
|
||||
mkdir -p $out/@rtpPath@
|
||||
cp -r . $target
|
||||
|
||||
# build help tags
|
||||
if [ -d "$target/doc" ]; then
|
||||
|
|
Loading…
Reference in a new issue