From 78747bd2df44ad9342d735f2c9376bc143664b42 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 9 Sep 2001 13:29:31 +0000 Subject: - Don't wrap lines... this is annoying while coding. --- ext/calendar/cal_unix.c | 4 ++-- ext/calendar/calendar.c | 4 ++-- ext/calendar/dow.c | 4 ++-- ext/calendar/french.c | 4 ++-- ext/calendar/jewish.c | 4 ++-- ext/calendar/julian.c | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'ext/calendar') diff --git a/ext/calendar/cal_unix.c b/ext/calendar/cal_unix.c index cb3ff68ac9..2bf9b2454c 100644 --- a/ext/calendar/cal_unix.c +++ b/ext/calendar/cal_unix.c @@ -83,6 +83,6 @@ PHP_FUNCTION(jdtounix) * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c index b30c9439fb..acf55e923d 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -539,6 +539,6 @@ PHP_FUNCTION(jdtogregorian) * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ diff --git a/ext/calendar/dow.c b/ext/calendar/dow.c index 5336ea63e3..64ae008f77 100644 --- a/ext/calendar/dow.c +++ b/ext/calendar/dow.c @@ -71,6 +71,6 @@ char *DayNameLong[7] = * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ diff --git a/ext/calendar/french.c b/ext/calendar/french.c index ebb497d90e..f2882a5e5e 100644 --- a/ext/calendar/french.c +++ b/ext/calendar/french.c @@ -155,6 +155,6 @@ char *FrenchMonthName[14] = * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ diff --git a/ext/calendar/jewish.c b/ext/calendar/jewish.c index 2b3f93e601..d93eb4c282 100644 --- a/ext/calendar/jewish.c +++ b/ext/calendar/jewish.c @@ -736,6 +736,6 @@ long int JewishToSdn( * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ diff --git a/ext/calendar/julian.c b/ext/calendar/julian.c index cf78646165..20da0403f6 100644 --- a/ext/calendar/julian.c +++ b/ext/calendar/julian.c @@ -244,6 +244,6 @@ long int JulianToSdn( * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ -- cgit v1.2.1