summaryrefslogtreecommitdiff
path: root/completions/povray
diff options
context:
space:
mode:
Diffstat (limited to 'completions/povray')
-rw-r--r--completions/povray9
1 files changed, 2 insertions, 7 deletions
diff --git a/completions/povray b/completions/povray
index 0a853550..e5ef9df6 100644
--- a/completions/povray
+++ b/completions/povray
@@ -1,4 +1,5 @@
-# povray completion by "David Necas (Yeti)" <yeti@physics.muni.cz>
+# povray completion -*- shell-script -*-
+# by "David Necas (Yeti)" <yeti@physics.muni.cz>
_povray()
{
@@ -54,10 +55,4 @@ _povray()
} &&
complete -F _povray povray xpovray spovray
-# 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