aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-20 18:38:45 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-20 18:38:45 +0530
commit98a8eb1805f6f5df38dedb68ece57dc7b19bf52b (patch)
treecb4755d69c34f1b78c3f86cd904aeff5ef650df5
parentbccc2a092146fed0435dd3339514c863196b122a (diff)
downloadnnn-98a8eb1805f6f5df38dedb68ece57dc7b19bf52b.tar.gz
Add note on vim warning
-rwxr-xr-xplugins/ndiff3
1 files changed, 3 insertions, 0 deletions
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