Add vim modelines to all shell scripts
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
e39504a30f
commit
5db6c04c42
|
@ -7,3 +7,5 @@ while read atom
|
|||
do
|
||||
echo extern xcb_atom_t $atom\;
|
||||
done < $1
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -18,3 +18,5 @@ do
|
|||
done < $1
|
||||
|
||||
echo '};'
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -11,3 +11,5 @@ cd dist
|
|||
echo -n $VERSION > awesome-$SVERSION/.version_stamp
|
||||
tar cjf awesome-$SVERSION.tar.bz2 awesome-$SVERSION
|
||||
tar cJf awesome-$SVERSION.tar.xz awesome-$SVERSION
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -29,3 +29,5 @@ then
|
|||
mv "$2.new" "$2"
|
||||
echo -n "$CURRENT" > "$1"
|
||||
fi
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -33,3 +33,5 @@ lua -e '_, _, major_minor, patch = string.find(require("lgi.version"), "^(%d%.%d
|
|||
|
||||
# Check for the needed gi files
|
||||
lua -e 'l = require("lgi") assert(l.cairo, l.Pango, l.PangoCairo, l.GLib, l.Gio)' || die
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -107,3 +107,5 @@ if [ "$TRAVIS_PULL_REQUEST" != false ]; then
|
|||
-d "{\"body\": \"Documentation has been updated for this PR:\n$COMPARE_LINKS\"}" \
|
||||
https://api.github.com/repos/awesomeWM/awesome/issues/${TRAVIS_PULL_REQUEST}/comments
|
||||
fi
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -184,3 +184,5 @@ if ! [ $errors = 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -62,3 +62,5 @@ then
|
|||
else
|
||||
a_dbus_send "$(cat)"
|
||||
fi
|
||||
|
||||
# vim: filetype=sh:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
Loading…
Reference in New Issue