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/shmop/shmop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/shmop/shmop.c') diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index a19dd12037..fe480f2480 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -352,6 +352,6 @@ PHP_FUNCTION(shmop_delete) * 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