summaryrefslogtreecommitdiff
path: root/completions/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'completions/gcc')
-rw-r--r--completions/gcc8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/gcc b/completions/gcc
index c8825115..bafb81b7 100644
--- a/completions/gcc
+++ b/completions/gcc
@@ -1,4 +1,4 @@
-# gcc(1) completion
+# gcc(1) completion -*- shell-script -*-
#
# The only unusual feature is that we don't parse "gcc --help -v" output
# directly, because that would include the options of all the other backend
@@ -51,10 +51,4 @@ complete -F _gcc gcc g++ c++ g77 gcj gpc
[[ $OSTYPE == *cygwin* ]] || _userland GNU && _have gcc && \
complete -F _gcc cc || :
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
# ex: ts=4 sw=4 et filetype=sh