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:
Matthieu Coudron 2021-09-12 19:19:13 +02:00
parent 1c4904092b
commit 354b186402

View file

@ -7,7 +7,6 @@ vimPluginGenTags() {
target="$out/@rtpPath@/$pname"
mkdir -p $out/@rtpPath@
cp -r . $target
# build help tags
if [ -d "$target/doc" ]; then