summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2015-02-25 11:53:57 +0100
committerJean Delvare <jdelvare@suse.de>2015-02-25 11:53:57 +0100
commitdbdbd2f1ee4fa78ea6a6ee4ca3d37e4ade32a298 (patch)
tree1a5045519882bcfe6b1b45824cb6e6c778d35942 /bin
parentcc6bffcdb00e0415ef9666cde3e422b30e911ba2 (diff)
downloadquilt-dbdbd2f1ee4fa78ea6a6ee4ca3d37e4ade32a298.tar.gz
Add missing editor hints
Add the editor syntax hint comments to 3 files which do not have them yet.
Diffstat (limited to 'bin')
-rw-r--r--bin/quilt.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index 45aebbc..5ef8648 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -151,3 +151,7 @@ unset args
export QUILT_COMMAND="${command##*/}"
bash $BASH_OPTS -c ". $QUILT_DIR/$command" "quilt ${command##*/}" "$@"
+### Local Variables:
+### mode: shell-script
+### End:
+# vim:filetype=sh