mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
api: move deprecated functions to separate files
Most these are just calls to non-deprecated variants, and take up unnecessary space and search hits in the other files.
This commit is contained in:
11
src/nvim/api/deprecated.h
Normal file
11
src/nvim/api/deprecated.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef NVIM_API_DEPRECATED_H
|
||||
#define NVIM_API_DEPRECATED_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "api/deprecated.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_API_DEPRECATED_H
|
Reference in New Issue
Block a user