mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
vim: move disptick_T from vim.h to syntax_defs.h
Make vim.h smaller, bit by bit.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
# define SST_DIST 16 /* normal distance between entries */
|
||||
# define SST_INVALID (synstate_T *)-1 /* invalid syn_state pointer */
|
||||
|
||||
typedef unsigned short disptick_T; /* display tick type */
|
||||
|
||||
/* struct passed to in_id_list() */
|
||||
struct sp_syn {
|
||||
int inc_tag; /* ":syn include" unique tag */
|
||||
|
Reference in New Issue
Block a user