Description of problem: With a very minimal installation, "yum install vim-enhanced" does not installs "which" and then "vimtutor" fails. I had the problem on a FC7, but rpm -q -R shows that the dependency does not exist either on a F8. Of course, the workaround is easy ("yum install which"). Version-Release number of selected component (if applicable): FC7 (sure) F8 (probable) How reproducible: Having a minimal install (w/o which installed) Steps to Reproduce: 1. yum install vim-enhanced 2. vimtutor Actual results: "which: command not found"
fixed in rawhide: vim-7.1.159-1.fc9
(In reply to comment #1) > fixed in rawhide: vim-7.1.159-1.fc9 thanks