diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2018-07-11 00:10:24 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2018-07-11 00:10:24 +0900 |
commit | 7facf9695078c9ae5d16d0bf4dd11ed0e0b5edb4 (patch) | |
tree | f1ba878408ea91bd1806992c50adbb1b50d44f9d /Completion | |
parent | 3e9fc32fc3d6ac4931f82d666fa4f2f52ac5f65b (diff) | |
download | zsh-7facf9695078c9ae5d16d0bf4dd11ed0e0b5edb4.tar.gz zsh-7facf9695078c9ae5d16d0bf4dd11ed0e0b5edb4.tar.xz zsh-7facf9695078c9ae5d16d0bf4dd11ed0e0b5edb4.zip |
43155: _gcc: escape ':' in action for -std
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc index 5817318f6..5fcd020bd 100644 --- a/Completion/Unix/Command/_gcc +++ b/Completion/Unix/Command/_gcc @@ -415,7 +415,7 @@ args+=( '-print-file-name=-[Display the full path to library <library>]:library:->library' '-print-prog-name=-[Display the full path to compiler component <program>]:program:' '*-specs=-[Override built-in specs with the contents of <file>]:file:_files' - '-std=-[assume that the input sources are for specified standard]:standard:(c90 c89 iso9899:1990 iso9899:199409 c99 iso9899:1999 c11 iso9899:2011 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 c++17 iso9899:2017 gnu++17 c++2a gnu++2a)' + '-std=-[assume that the input sources are for specified standard]:standard:(c90 c89 iso9899\:1990 iso9899\:199409 c99 iso9899\:1999 c11 iso9899\:2011 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 c++17 iso9899\:2017 gnu++17 c++2a gnu++2a)' '*-include:include file:_files -g \*.h\(-.\)' '*-imacros:macro input file:_files -g \*.h\(-.\)' '*-idirafter:second include path directory:_files -/' |