From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: vim-enhanced-6.1-29 includes a vimdiff symbolic link to the vim executable. When vim is called like this, it automatically opens in diff mode. Gvim has a similar behavior if it is called by the name of gvimdiff. Unfortunately, the gvimdiff symbolic link never gets created. Gvim is already compiled with diff mode enabled. All it needs is a symbolic link. Version-Release number of selected component (if applicable): vim-X11-6.1-29 How reproducible: Always Steps to Reproduce: 1. Run gvimdiff Actual Results: [todd@perl etc]$ gvimdiff DIR_COLORS DIR_COLORS.rpmnew bash2: gvimdiff: command not found [todd@perl etc]$ Expected Results: Gvim starts up in diff mode Additional info: Easy workaround is to do: ln -s gvim gvimdiff from the /usr/X11R6/bin directory.