diff options
author | Othon BriganĂ³ <othonalberto@gmail.com> | 2017-04-22 10:44:58 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-22 15:44:58 +0200 |
commit | e41c044b530d2cc3f548fcef07862640eb249c58 (patch) | |
tree | b20b1d05d47aba19a963e8041ddefdbf5c2fd2ce /src/nvim/syntax.h | |
parent | 654c50b227b7616300763da75ad4a79151883694 (diff) | |
download | rneovim-e41c044b530d2cc3f548fcef07862640eb249c58.tar.gz rneovim-e41c044b530d2cc3f548fcef07862640eb249c58.tar.bz2 rneovim-e41c044b530d2cc3f548fcef07862640eb249c58.zip |
refactor/single-include (#6563)
Diffstat (limited to 'src/nvim/syntax.h')
-rw-r--r-- | src/nvim/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/syntax.h b/src/nvim/syntax.h index 574e3372e2..bb733ead30 100644 --- a/src/nvim/syntax.h +++ b/src/nvim/syntax.h @@ -4,7 +4,7 @@ #include <stdbool.h> #include "nvim/buffer_defs.h" - +#include "nvim/ex_cmds_defs.h" /// Terminal highlighting attribute bits. /// Attributes above HL_ALL are used for syntax highlighting. |