Skip to content

Commit

Permalink
Delete some compdefs that have been included in zsh (thanks @okapia)
Browse files Browse the repository at this point in the history
Command used, on a zsh 5.6.2 installation:

    for def in src/*; { [[ -n $(find /usr/share/zsh/functions -name ${def:t}) ]] && git rm $def }

Closes zsh-users#607
  • Loading branch information
nicoulaj committed Nov 4, 2018
1 parent e11fbae commit 9edc47d
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,782 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Contributions are welcome, just make sure you follow the guidelines:
* Completions are not accepted when already available in their original project.
* Please do not just copy/paste someone else's completion, ask before.
* Partially implemented completions are not accepted.
* Please add a header containing authors, status and origin of the script and license header if you do not wish to use the Zsh license (example [here](src/_ack)).
* Please add a header containing authors, status and origin of the script and license header if you do not wish to use the Zsh license (example [here](src/_tox)).
* Any reasonable open source licence is acceptable but note that we recommend the use of the Zsh license and that you should use it if you hope for the function to migrate to zsh itself.
* Please try to follow the [Zsh completion style guide](https://github.com/zsh-users/zsh/blob/master/Etc/completion-style-guide).
* Please send one separate pull request per file.
Expand Down
212 changes: 0 additions & 212 deletions src/_ack

This file was deleted.

Loading

0 comments on commit 9edc47d

Please sign in to comment.