diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-06 17:36:31 +0200 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-16 19:05:34 +0200 |
commit | 0564f781ab27aa7b419543f7867da6e761e179c5 (patch) | |
tree | c76de7737ca02b7acd0082c877a15fc6d38fcc5a /src/nvim/vim.h | |
parent | e288ddaee7d9c186c5829178691dbfac507d757d (diff) | |
download | rneovim-0564f781ab27aa7b419543f7867da6e761e179c5.tar.gz rneovim-0564f781ab27aa7b419543f7867da6e761e179c5.tar.bz2 rneovim-0564f781ab27aa7b419543f7867da6e761e179c5.zip |
vim: move disptick_T from vim.h to syntax_defs.h
Make vim.h smaller, bit by bit.
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 5cde6e7989..6bdc58c54a 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -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 */ |