refactor: move extern variables out of _defs.h files (#26320)

This commit is contained in:
zeertzjq
2023-11-30 18:41:52 +08:00
committed by GitHub
parent ce56e0a845
commit 95dbf1af73
9 changed files with 205 additions and 183 deletions

View File

@@ -121,6 +121,9 @@ static inline void clearpos(pos_T *a)
a->coladd = 0;
}
/// Global marks (marks with file number or name)
EXTERN xfmark_T namedfm[NGLOBALMARKS] INIT( = { 0 });
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "mark.h.generated.h"
#endif