From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 23:47:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E1B916A41F for ; Tue, 15 Nov 2005 23:47:35 +0000 (GMT) (envelope-from qmriis@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913DC43D46 for ; Tue, 15 Nov 2005 23:47:34 +0000 (GMT) (envelope-from qmriis@gmail.com) Received: by xproxy.gmail.com with SMTP id h30so1641603wxd for ; Tue, 15 Nov 2005 15:47:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=C5C/v60euhhMWiZsa139zfAZ87tu3Vr5tj/lD3TVMkMo2gBFGE7pLu3G4LA/o4DPMmND0XC/bL5z+4dtkfmS6oHdWnrFDlg1KwJ3fL7YdjnBFRgscrYPGyOi0tF55aCy3EyxebqmqXVKQhn2IScF+cBSiKeu8mvU21J1Dl9yZaQ= Received: by 10.65.159.9 with SMTP id l9mr7980843qbo; Tue, 15 Nov 2005 15:32:36 -0800 (PST) Received: by 10.65.138.10 with HTTP; Tue, 15 Nov 2005 15:32:36 -0800 (PST) Message-ID: <206f6e0511151532qb536852x5bf7f0f64c9b8db4@mail.gmail.com> Date: Tue, 15 Nov 2005 18:32:36 -0500 From: Quintin Riis To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problem with vim! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 23:47:35 -0000 I'm having a major issue with vim. I'm using v6.4 I believe. The problem is... with my old version of vim, when I edited .php files.... it would auto-indent html elements, so that it looked something like... etc. and it would line up all the closing elements automatically. now however... it will not do this when I edit php files! it will do it for htm= l files though. So my question is how do I resolve this? In essence, I guess what I would like is for .php files to have same indent / color / etc as .html, along with also having indents / color / etc for .php files. Any help is very much appreciated!