From 3f32ed622e9bfeca5b9f4d712f7f063f113e3d6b Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sun, 4 Mar 2001 19:43:55 +0000 Subject: [PATCH] Fix bad vi modeline that caused text to wrap at 2 characters. r=gagan (Comment changes only.) git-svn-id: svn://10.0.0.236/trunk@88508 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsWebShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index c15c94503f9..19b616bdb3e 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -1,5 +1,5 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vi:tw=2:ts=2:et:sw=2: + * vim:ts=2:et:sw=2: * * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file