]> Sergey Matveev's repositories - nnn.git/commitdiff
Add note on vim warning
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 20 Jun 2019 13:08:45 +0000 (18:38 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 20 Jun 2019 13:08:45 +0000 (18:38 +0530)
plugins/ndiff

index 59193ffc25d75b7fa67803c6e4517421e293cb74..00dc059a78d97683ea2df0197ab812649585e22f 100755 (executable)
@@ -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