X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:subject:to:mime-version
	:content-type; q=dns; s=default; b=mAwP2UR7lTFvLZkoTRyfFfTFzwJah
	BgCK93CvSuaGlUC66U/KaMoNFODVy8OltKIQaBLIjaQM8uQszXX2OfiXTk/u6SV8
	WmcV6DGOFbwVomMSyCqAzGP7Gm+xy7FztgKPrr4/tuyDAvyyYnEIZ1jkxdJvFvKJ
	N720q+QfmB2/mE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:subject:to:mime-version
	:content-type; s=default; bh=G4exXl1bYFhUghrqSCKROe4cNqs=; b=SQ+
	qKyBYavBX4kyB820fypP2h1LUwIhxgEW5focPXmHaD59Tpn6WNHx07AJZgFhhh4n
	PqPvXcvYJI+SNDAw+hBaR4NEPmUoBmzAybb6kHKcjtXME9SGjYkAk5rH6ZeAUfVw
	yRHGXlyazUJtT5V0SAwTUc2NFQxOFpotjRn/pKas=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_YG autolearn=ham version=3.3.1
Message-ID: <1368733719.30936.YahooMailClassic@web162702.mail.bf1.yahoo.com>
Date: Thu, 16 May 2013 12:48:39 -0700 (PDT)
From: Kenneth Salerno <kennethsalerno@yahoo.com>
Subject: vim-7.3.943-1 missing command 'let g:colors_name = "elflord"' found in vim-common-7.3.943-1
To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Where: vim-7.3.943-1

Issue: vim-common-7.3.943-1 contains /usr/share/vim/vim73/colors/elflord.vim which utilizes the command "let g:colors_name = "elflord", this command is not found in /usr/bin/vim-nox from package vim-7.3.943-1

Fix: downgrade to vim-7.3.762-1

Details:

kens@thinkpad$ cygcheck -f /usr/bin/vim-nox.exe 
vim-7.3.943-1

kens@thinkpad$ vi
Error detected while processing /home/kens/.exrc:
line    1:
E319: Sorry, the command is not available in this version: :syntax on
Error detected while processing /usr/share/vim/vim73/colors/elflord.vim:
line   12:
E319: Sorry, the command is not available in this version: let g:colors_name = "elflord"
Press ENTER or type command to continue

[DOWNGRADE TO VIM-7.3.762-1]
kens@thinkpad$ cygcheck -f /usr/bin/vim-nox.exe 
vim-7.3.762-1

kens@thinkpad$ vi
~
~
:colorscheme
elflord


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

