From: Mischa POSLAWSKY Date: Tue, 27 Feb 2007 14:04:11 +0000 (+0100) Subject: strip irrelevant vi preferences X-Git-Url: http://git.shiar.nl/netris.git/commitdiff_plain/0e934ad47c5e35e9a652dbe56961a707a32e7a54 strip irrelevant vi preferences --- diff --git a/Configure b/Configure index 1d0ce1c..10bd924 100755 --- a/Configure +++ b/Configure @@ -241,4 +241,3 @@ Now do a 'make' END -# vi: ts=4 ai diff --git a/FAQ b/FAQ index 3a7f294..bfb9f28 100644 --- a/FAQ +++ b/FAQ @@ -126,4 +126,4 @@ Answers region-scroll. -# vi: tw=70 ai +# vi: tw=70 diff --git a/README b/README index 50dde83..069ccad 100644 --- a/README +++ b/README @@ -132,4 +132,4 @@ of the protocol is in "robot_desc", and a sample robot is in sr.c. The source code should be viewed with tab stops set every 4 columns, eg, "less -x4 game.c". -# vi: tw=70 ai +# vi: tw=70 diff --git a/board.c b/board.c index 8f03ff3..c6c4837 100644 --- a/board.c +++ b/board.c @@ -400,7 +400,3 @@ void InsertJunk(int scr, int color, int count, int column) scr == me); } -/* - * vi: ts=4 ai - * vim: noai si - */ diff --git a/curses.c b/curses.c index 6363d26..bece839 100644 --- a/curses.c +++ b/curses.c @@ -613,7 +613,3 @@ static MyEventType KeyGenFunc(EventGenRec *gen, MyEvent *event) return E_none; } -/* - * vi: ts=4 ai - * vim: noai si - */ diff --git a/game.c b/game.c index 27d1c96..f26e07a 100644 --- a/game.c +++ b/game.c @@ -759,7 +759,3 @@ int main(int argc, char **argv) return 0; } -/* - * vi: ts=4 ai - * vim: noai si - */ diff --git a/inet.c b/inet.c index 236a73e..ca3230c 100644 --- a/inet.c +++ b/inet.c @@ -203,7 +203,3 @@ void CloseNet(void) RemoveEventGen(&netGen); } -/* - * vi: ts=4 ai - * vim: noai si - */ diff --git a/netris.h b/netris.h index 72e2522..8cf4d59 100644 --- a/netris.h +++ b/netris.h @@ -207,7 +207,3 @@ EXT short port; // => just in game.c, parameter to inet connect #endif //__NETRIS_H -/* - * vi: ts=4 ai - * vim: noai si - */ diff --git a/server.c b/server.c index bcf3f04..3d6453c 100644 --- a/server.c +++ b/server.c @@ -610,7 +610,3 @@ int main(int argc, char **argv) return 0; } -/* - * vi: ts=4 ai - * vim: noai si - */ diff --git a/util.c b/util.c index 94a87f3..fc70d57 100644 --- a/util.c +++ b/util.c @@ -400,7 +400,3 @@ MyEventType WaitMyEvent(MyEvent *event, int mask) } } -/* - * vi: ts=4 ai - * vim: noai si - */