diff options
author | James McCoy <jamessan@jamessan.com> | 2020-11-10 12:59:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 12:59:05 -0500 |
commit | a4fea2884dae63d218179035981d2edfa21fda91 (patch) | |
tree | 537d37e7ccfecfdccf686a99f2e7f04bafe9afb6 /src | |
parent | bb7ed42089e77feebe26b94f4cb46c72254b55e6 (diff) | |
parent | 31366c44c45e7ffd402a350b34a841340de9fe5f (diff) | |
download | rneovim-a4fea2884dae63d218179035981d2edfa21fda91.tar.gz rneovim-a4fea2884dae63d218179035981d2edfa21fda91.tar.bz2 rneovim-a4fea2884dae63d218179035981d2edfa21fda91.zip |
Merge pull request #13266 from jamessan/pvs-check
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/decoration.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/decoration.c b/src/nvim/decoration.c index 0721c0c57b..03ce2a37b5 100644 --- a/src/nvim/decoration.c +++ b/src/nvim/decoration.c @@ -1,7 +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 -// -// + #include "nvim/vim.h" #include "nvim/extmark.h" #include "nvim/decoration.h" |