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   I think That you can always submit a patch to press this message with a switch.    I knew that to get your desired result    Call  a  file argument with   The message is being emitted for the terminal (and so it is showing after exit when coming in the form of  vimdiff .  
  Update  
 vim  and then call the second file. But the command From the line:   
 vim / path / to / first_file-cdiffsplit / path / to / second_file '   
 
Comments
Post a Comment