diff --git a/plugins/ndiff b/plugins/ndiff index 59193ff..00dc059 100755 --- a/plugins/ndiff +++ b/plugins/ndiff @@ -2,6 +2,9 @@ # Description: Show diff of 2 directories or multiple files in vimdiff # +# Note: vim may show the warning: 'Vim: Warning: Input is not from a terminal' +# press 'Enter' to ignore and proceed. +# # Shell: POSIX compliant # Author: Arun Prakash Jana