mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
c2ea920ca0
This option is no longer valid in modelines, so it has been removed from all modelines using the following shellscript: #!/bin/ksh git ls-tree -r HEAD | cut -f2 | while read f; do egrep -e '^(//|--) vim: .*encoding=' $f >/dev/null || continue sed -E -e '/^(\/\/|--) vim:/s/:encoding=utf-8//' $f > /tmp/foo mv /tmp/foo $f done Signed-off-by: Gregor Best <gbe@ring0.de> Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
button.lua.in | ||
common.lua.in | ||
graph.lua.in | ||
init.lua.in | ||
launcher.lua.in | ||
layoutbox.lua.in | ||
progressbar.lua.in | ||
prompt.lua.in | ||
taglist.lua.in | ||
tasklist.lua.in | ||
textclock.lua.in |