screen.c: make more highlights window specific

This commit is contained in:
Björn Linse
2017-05-08 18:36:03 +02:00
parent 6650588c4a
commit 16ae369474
11 changed files with 474 additions and 302 deletions

View File

@@ -1,10 +1,9 @@
#ifndef NVIM_SYNTAX_DEFS_H
#define NVIM_SYNTAX_DEFS_H
#include "nvim/highlight_defs.h"
#include "nvim/regexp_defs.h"
typedef int32_t RgbValue;
# define SST_MIN_ENTRIES 150 /* minimal size for state stack array */
# define SST_MAX_ENTRIES 1000 /* maximal size for state stack array */
# define SST_FIX_STATES 7 /* size of sst_stack[]. */