diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:59:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:59:15 +0000 |
commit | 54ad2dcbb3efcc02016faa5109d5aadfe8a0b239 (patch) | |
tree | 16bf0bfebc1f8804c7ba80d21513e3edf2c5f99a /Completion | |
parent | 809f2996b29c40ea5a3d6bd89f0489f9864aa126 (diff) | |
download | zsh-54ad2dcbb3efcc02016faa5109d5aadfe8a0b239.tar.gz zsh-54ad2dcbb3efcc02016faa5109d5aadfe8a0b239.tar.xz zsh-54ad2dcbb3efcc02016faa5109d5aadfe8a0b239.zip |
moved to Completion/Unix/Command/_patch
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Completion/User/_patch b/Completion/User/_patch deleted file mode 100644 index c477143ca..000000000 --- a/Completion/User/_patch +++ /dev/null @@ -1,32 +0,0 @@ -#compdef patch - -_arguments -s \ - '-p+:number:(0)' \ - '-F+:lines:' \ - '-l' '-c' '-e' '-n' '-u' '-N' '-R' \ - '-i+:patch file:_files' \ - '-o+:output file:_files' \ - '-r+:reject file:_files' \ - '-D+:name:' \ - '-E' '-Z' '-T' \ - '-b' \ - '-V+:version control style:(simple numbered existing)' \ - '-B+:backup path prefix:' \ - '-Y+:basename basename prefix:_files' \ - '-z+:backup file suffix:(.bak)' \ - '-g+:NUM:' \ - '-t' '-f' '-s' \ - '-d+:chdir to:_files -/' \ - '-v' \ - ':original file:_files' \ - ':patch file:_files' \ - -- \ - '*=NUM*:number:(0)' \ - '*=LINES*:lines:' \ - '*=PATCHFILE*:patch file:_files' \ - '*=FILE*:file:_files' \ - '*=NAME*:name:' \ - '*=WORD*:quoting style:(literal shell shell-always c escape)' \ - '*=STYLE*:version control style:(simple numbered existing)' \ - '*=SUFFIX*:backup file suffix:(.bak)' \ - '*=DIR*:chdir to:_files -/' |