From: Arun Prakash Jana Date: Thu, 20 Jun 2019 13:08:45 +0000 (+0530) Subject: Add note on vim warning X-Git-Tag: v2.6~89 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=98a8eb1805f6f5df38dedb68ece57dc7b19bf52b;p=nnn.git Add note on vim warning --- diff --git a/plugins/ndiff b/plugins/ndiff index 59193ffc..00dc059a 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