zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Complete CXXFLAGS as CFLAGS too
@ 2014-12-06  9:51 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2014-12-06  9:51 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index eae8323..2c5ffdc 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -1,4 +1,4 @@
-#compdef gcc g++ cc c++ llvm-gcc llvm-g++ clang clang++ -value-,LDFLAGS,-default- -value-,CFLAGS,-default- -value-,CPPFLAGS,-default-
+#compdef gcc g++ cc c++ llvm-gcc llvm-g++ clang clang++ -value-,LDFLAGS,-default- -value-,CFLAGS,-default- -value-,CXXFLAGS,-default- -value-,CPPFLAGS,-default-
 
 local curcontext="$curcontext" state line ret=1 expl args args2 march
 typeset -A opt_args
-- 
2.2.0-rc0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-06  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-06  9:51 PATCH: Complete CXXFLAGS as CFLAGS too Mikael Magnusson

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).