mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
Add PVS comment to new source files
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
/// Helper program to exit and keep stdout open (like "xclip -i -loops 1").
|
||||
#include <stdio.h>
|
||||
|
||||
|
Reference in New Issue
Block a user