vim: move disptick_T from vim.h to syntax_defs.h

Make vim.h smaller, bit by bit.
This commit is contained in:
Nicolas Hillegeer
2014-07-06 17:36:31 +02:00
parent e288ddaee7
commit 0564f781ab
4 changed files with 4 additions and 2 deletions

View File

@@ -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 */