about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2021-09-12 19:19:13 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2021-09-12 19:19:13 +0200
commit354b1864025c8f70c976ade3f3af99f792d7bd08 (patch)
tree1aaf067ebb1ba7f75fc8283c62ff0c7a726b4481 /pkgs
parent1c4904092b2d824256ebba20cc9b7ba9c941e18a (diff)
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/vim-plugins/vim-gen-doc-hook.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/misc/vim-plugins/vim-gen-doc-hook.sh b/pkgs/misc/vim-plugins/vim-gen-doc-hook.sh
index 0efc629120138..cbf666f8b74d8 100644
--- a/pkgs/misc/vim-plugins/vim-gen-doc-hook.sh
+++ b/pkgs/misc/vim-plugins/vim-gen-doc-hook.sh
@@ -7,7 +7,6 @@ vimPluginGenTags() {
 
     target="$out/@rtpPath@/$pname"
     mkdir -p $out/@rtpPath@
-    cp -r . $target
 
     # build help tags
     if [ -d "$target/doc" ]; then