mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +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:
@@ -355,8 +355,6 @@ enum {
|
||||
#define PERROR(msg) \
|
||||
(void) emsg3((char_u *) "%s: %s", (char_u *)msg, (char_u *)strerror(errno))
|
||||
|
||||
typedef unsigned short disptick_T; /* display tick type */
|
||||
|
||||
#define SHOWCMD_COLS 10 /* columns needed by shown command */
|
||||
#define STL_MAX_ITEM 80 /* max nr of %<flag> in statusline */
|
||||
|
||||
|
Reference in New Issue
Block a user