mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
Build: Add more files to clint-files.txt and fix errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef NVIM_API_DEFS_H
|
||||
#define NVIM_API_DEFS_H
|
||||
#ifndef NVIM_API_PRIVATE_DEFS_H
|
||||
#define NVIM_API_PRIVATE_DEFS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
@@ -85,5 +85,5 @@ struct key_value_pair {
|
||||
};
|
||||
|
||||
|
||||
#endif // NVIM_API_DEFS_H
|
||||
#endif // NVIM_API_PRIVATE_DEFS_H
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifndef NVIM_API_HANDLE_H
|
||||
#define NVIM_API_HANDLE_H
|
||||
#ifndef NVIM_API_PRIVATE_HANDLE_H
|
||||
#define NVIM_API_PRIVATE_HANDLE_H
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
@@ -16,5 +16,5 @@ HANDLE_DECLS(tabpage_T, tabpage)
|
||||
void handle_init(void);
|
||||
|
||||
|
||||
#endif // NVIM_API_HANDLE_H
|
||||
#endif // NVIM_API_PRIVATE_HANDLE_H
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifndef NVIM_API_HELPERS_H
|
||||
#define NVIM_API_HELPERS_H
|
||||
#ifndef NVIM_API_PRIVATE_HELPERS_H
|
||||
#define NVIM_API_PRIVATE_HELPERS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -94,5 +94,5 @@ tabpage_T * find_tab(Tabpage tabpage, Error *err);
|
||||
/// empty String is returned
|
||||
String cstr_to_string(const char *str);
|
||||
|
||||
#endif // NVIM_API_HELPERS_H
|
||||
#endif // NVIM_API_PRIVATE_HELPERS_H
|
||||
|
||||
|
Reference in New Issue
Block a user