From owner-freebsd-questions@FreeBSD.ORG Mon Nov 9 04:18:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF18106566C for ; Mon, 9 Nov 2009 04:18:09 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-gx0-f214.google.com (mail-gx0-f214.google.com [209.85.217.214]) by mx1.freebsd.org (Postfix) with ESMTP id B9D748FC08 for ; Mon, 9 Nov 2009 04:18:08 +0000 (UTC) Received: by gxk6 with SMTP id 6so516817gxk.13 for ; Sun, 08 Nov 2009 20:18:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6AGFG2NO0my7bkRg07THO+JOTnxT/0FCdX7dYKSUZSY=; b=lMtIHcjeJzCSOncyrFpR+bSAp3J5cTR2zatSIciZjDgkVSWIxXSCEWvSggs4agNHJ8 Te9z/dK5rS1oJCu4uqGVDBelqeyXmtYSTyj7fYSP6PHJEZ6OfLPYcrUHVPWGnyER9RZh hce/cwxCFhZsNCG0WI+uVJP4xu1kJ9G7Zfri4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=thB18Mip+PteQALz1jBf3ckJyv4gil78bh+McuEIRVuvgCc8THnfjjwx1huRMfNSjn i6FlX77ipUuoN3TpxzYCkyiFTkLOOvEuEi+UWp0HofTPnVLYAWaQiezNATF/iH5X1ntD DyXICwVK5SsfIcfWCcipkfeVcAGxi5rSKKdgM= Received: by 10.150.3.31 with SMTP id 31mr7821205ybc.313.1257740288254; Sun, 08 Nov 2009 20:18:08 -0800 (PST) Received: from aryeh-desktop.istudentunion.com (ool-44c0cd7a.dyn.optonline.net [68.192.205.122]) by mx.google.com with ESMTPS id 7sm924359ywf.40.2009.11.08.20.18.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Nov 2009 20:18:07 -0800 (PST) Message-ID: <4AF797FD.3030208@gmail.com> Date: Sun, 08 Nov 2009 23:18:05 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.23 (X11/20091103) MIME-Version: 1.0 To: Aflatoon Aflatooni References: <556060.58336.qm@web56205.mail.re3.yahoo.com> In-Reply-To: <556060.58336.qm@web56205.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What happened to the colors in VIM 7.2? 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: Mon, 09 Nov 2009 04:18:09 -0000 Aflatoon Aflatooni wrote: > It looks like the color schemas in VIM 7.2 are missing? > > Any ideas? > The seem to work for me: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Apr 25 2009 13:00:07) my ~/.vimrc: colorscheme elflord syntax enable set backspace=indent,eol,start