This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

vim-7.3.943-1 missing command 'let g:colors_name = "elflord"' found in vim-common-7.3.943-1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]