bash - Suppressing Vimdiff message -


I tried to look online and it seems that there is no straightforward answer.

Bash script in me, I use vimdiff for two files, but when I close vimdiff it "2 files to edit" whenever the file It is different I It seems that there is no solution for it I was thinking that there was no short way to suppress that message in my Bash script. Vimrc edits

is seeing, there is no way to hold% d files to edit The message is being emitted for the terminal (and so it is showing after exit when coming in the form of vimdiff .

I think That you can always submit a patch to press this message with a switch.


Update

I knew that to get your desired result

Call a file argument with vim and then call the second file. But the command From the line:

  vim / path / to / first_file-cdiffsplit / path / to / second_file '   

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -