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

@@ -42,6 +42,7 @@
#include "nvim/regexp.h"
#include "nvim/screen.h"
#include "nvim/strings.h"
#include "nvim/syntax_defs.h"
#include "nvim/term.h"
#include "nvim/ui.h"
#include "nvim/os/os.h"