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/dbase/dbase.c | 4 ++-- ext/dbase/dbf_head.c | 4 ++-- ext/dbase/dbf_misc.c | 4 ++-- ext/dbase/dbf_ndx.c | 4 ++-- ext/dbase/dbf_rec.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'ext/dbase') diff --git a/ext/dbase/dbase.c b/ext/dbase/dbase.c index c8dd84ccb6..c3ae16c722 100644 --- a/ext/dbase/dbase.c +++ b/ext/dbase/dbase.c @@ -812,6 +812,6 @@ BOOL WINAPI DllMain(HANDLE hModule, * 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/dbase/dbf_head.c b/ext/dbase/dbf_head.c index c00bd4ba33..2cf2348c8f 100644 --- a/ext/dbase/dbf_head.c +++ b/ext/dbase/dbf_head.c @@ -266,6 +266,6 @@ void dbf_head_info(dbhead_t *dbh) * 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/dbase/dbf_misc.c b/ext/dbase/dbf_misc.c index 3d8fd04f4a..ad17bd4e3f 100644 --- a/ext/dbase/dbf_misc.c +++ b/ext/dbase/dbf_misc.c @@ -174,6 +174,6 @@ char *db_cur_date(char *cp) * 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/dbase/dbf_ndx.c b/ext/dbase/dbf_ndx.c index 9e68c6dd98..121a0e81e2 100644 --- a/ext/dbase/dbf_ndx.c +++ b/ext/dbase/dbf_ndx.c @@ -186,6 +186,6 @@ ndx_record_t *ndx_get_next_rec(ndx_header_t *hp, ndx_record_t *rp) * 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/dbase/dbf_rec.c b/ext/dbase/dbf_rec.c index da8b8bdad7..44d90b69d2 100644 --- a/ext/dbase/dbf_rec.c +++ b/ext/dbase/dbf_rec.c @@ -186,6 +186,6 @@ char *dbf_get_next(dbhead_t *dbh) * 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