1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

First great cleanup

This commit is contained in:
2013-01-17 09:40:13 +00:00
parent 7071fa42f9
commit f034d96ef0
13 changed files with 140 additions and 2614 deletions

View File

@ -17,3 +17,5 @@
int main(int argc, char *argv[]) {
return 0
}
/* vim: set ts=4 sw=4 tw=0 ft=c : */

View File

@ -7,3 +7,5 @@
# Synopsis: @@DESCR@@
#
# $Id$
# vim: set ts=4 sw=4 tw=0 ft=perl :

View File

@ -22,3 +22,5 @@ def main():
# If we have been called as 'python <script>' let's call main function
if __name__ == "__main__":
main()
# vim: set ts=4 sw=4 tw=79 ft=python :

View File

@ -7,3 +7,7 @@
# Synopsis: @@DESCR@@
#
# $Id$
# vim: set ts=4 sw=4 tw=79 ft=sh :