mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
vim-patch:8.1.0673: functionality for signs is spread out over several files
Problem: Functionality for signs is spread out over several files.
Solution: Move most of the sign functionality into sign.c. (Yegappan
Lakshmanan, closes vim/vim#3751)
bbea47075c
This commit is contained in:
10
src/nvim/sign.h
Normal file
10
src/nvim/sign.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef NVIM_SIGN_H
|
||||
#define NVIM_SIGN_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "sign.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_SIGN_H
|
Reference in New Issue
Block a user