What are the recommended settings for using Vim with cygwin?
:set shellcmdflag=-c :set shellquote= :set shellslash ” Use the forward slash for expansion. :set shellxquote=\” :set shell=d:\cygwin\bin\bash.exe ” Use the bash shell :set shellpipe=2>&1| tee :set shellredir=>%s 2>&1 33.7. I am trying to use GNU diff with Vim diff mode. When I run the diff from command line, it works.