zsh-workers
 help / color / mirror / code / Atom feed
From: "Fabian Klötzl" <fabian@kloetzl.info>
To: zsh-workers@zsh.org
Subject: typo in gcc completion
Date: Mon, 13 Feb 2017 20:29:57 +0100	[thread overview]
Message-ID: <9455183e-667a-6a08-630a-4a1add0624a0@kloetzl.info> (raw)

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

Hi,

I found, what appears to be a typo in the _gcc completion script.
Apparently, no one uses zsh on MIPS. A patch is attached.

Best,
Fabian



[-- Attachment #2: _gcc.patch --]
[-- Type: text/x-patch, Size: 485 bytes --]

diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index 1276054db..095dede80 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -94,7 +94,7 @@ romp)
   ;;
 mips*)
   args=(
-    '-mcpu=:CPU type:(r2000 r3000 r4000 r4400 r4600 r6000_'
+    '-mcpu=:CPU type:(r2000 r3000 r4000 r4400 r4600 r6000)'
     -mabicalls -membedded-data
     -membedded-pic -mfp32 -mfp64 -mgas -mgp32 -mgp64
     -mgpopt -mhalf-pic -mhard-float -mint64 -mips1

             reply	other threads:[~2017-02-13 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 19:29 Fabian Klötzl [this message]
2017-02-14  0:39 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9455183e-667a-6a08-630a-4a1add0624a0@kloetzl.info \
    --to=fabian@kloetzl.info \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).