projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bccc2a0
)
Add note on vim warning
author
Arun Prakash Jana <engineerarun@gmail.com>
Thu, 20 Jun 2019 13:08:45 +0000 (18:38 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Thu, 20 Jun 2019 13:08:45 +0000 (18:38 +0530)
plugins/ndiff
patch
|
blob
|
history
diff --git
a/plugins/ndiff
b/plugins/ndiff
index 59193ffc25d75b7fa67803c6e4517421e293cb74..00dc059a78d97683ea2df0197ab812649585e22f 100755
(executable)
--- 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