You may want to set the following shell related Vim settings:

    :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

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind