diff options
author | 2019-04-21 15:20:59 +0530 | |
---|---|---|
committer | 2019-04-21 15:20:59 +0530 | |
commit | aa1bc78ea7650f6a52fdfa6ce44de6e232639d74 (patch) | |
tree | b7fb4192bdb083255eb3d6110de242345938b9fd /plugins/ndiff | |
parent | bd2831498c812df98ee481bfa7e00bf4dc8c52ed (diff) | |
download | nnn-aa1bc78ea7650f6a52fdfa6ce44de6e232639d74.tar.gz |
Update docs
Diffstat (limited to 'plugins/ndiff')
-rwxr-xr-x | plugins/ndiff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ndiff b/plugins/ndiff index 10af0b3..e2f1125 100755 --- a/plugins/ndiff +++ b/plugins/ndiff @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Description: File and directory diff using vimdiff +# Description: Show diff using vimdiff # # Shell: POSIX compliant # Author: Arun Prakash Jana |