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:
Andrej Zieger
2019-05-18 15:35:33 +02:00
parent ce021baea0
commit 83025f0028
9 changed files with 1829 additions and 1784 deletions

10
src/nvim/sign.h Normal file
View 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