aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-20 22:00:03 +0200
committerGitHub <noreply@github.com>2017-04-20 22:00:03 +0200
commit15af803cce0221588011879723ccfc2ade51ea98 (patch)
tree58b25a2bd41b020247ec89361d728c1838e1920a /src/nvim/diff.c
parent3a606ee58d550d3307cf69c69267bb02cfae3c31 (diff)
parentc2f3e361c52ec4e7149ea1d8c6a1202e0873da8e (diff)
downloadrneovim-15af803cce0221588011879723ccfc2ade51ea98.tar.gz
rneovim-15af803cce0221588011879723ccfc2ade51ea98.tar.bz2
rneovim-15af803cce0221588011879723ccfc2ade51ea98.zip
Merge #6550 from ZyX-I/pvs-check-comment
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 49574fbbfc..0bd3f59cf2 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -1,3 +1,6 @@
+// This is an open source non-commercial project. Dear PVS-Studio, please check
+// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
+
/// @file diff.c
///
/// Code for diff'ing two, three or four buffers.