From 76f2539e207b97fba86a2c9407e874c0d45862dc Mon Sep 17 00:00:00 2001 From: Ferenc- Date: Tue, 21 Feb 2017 14:58:33 +0100 Subject: unposted (via github): Add newer C++ standard options to _gcc --- ChangeLog | 3 +++ Completion/Unix/Command/_gcc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03201ef96..e42e27782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-03-04 Oliver Kiddle + * unposted (from Ferenc- via github): Completion/Unix/Command/_gcc: + Add newer C++ standard options to gcc completion + * unposted: Completion/Unix/Command/_tmux: complete 'tiled' layout * unposted: Completion/Unix/Command/_xz: fix argument to --format diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc index 095dede80..e188c7e9f 100644 --- a/Completion/Unix/Command/_gcc +++ b/Completion/Unix/Command/_gcc @@ -353,7 +353,7 @@ args+=( '-print-file-name=-[Display the full path to library ]:library:->library' '-print-prog-name=-[Display the full path to compiler component ]:program:' '*-specs=-[Override built-in specs with the contents of ]:file:_files' - '-std=-[Assume that the input sources are for ]:standard:(c90 c89 c99 c11 gnu90 gnu89 gnu99 gnu11 c++98 c++03 gnu++98 gnu++03 c++11 gnu++11 c++1y gnu++1y)' + '-std=-[assume that the input sources are for specified standard]:standard:(c90 c89 c99 c11 gnu90 gnu89 gnu99 gnu11 c++98 c++03 gnu++98 gnu++03 c++11 gnu++11 c++1y gnu++1y c++14 gnu++14 c++1z gnu++1z)' '*-include:include file:_files -g \*.h\(-.\)' '*-imacros:macro input file:_files -g \*.h\(-.\)' '*-idirafter:second include path directory:_files -/' -- cgit 1.4.1