diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-06-12 09:34:07 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-06-12 09:34:10 -0400 |
commit | f419f914fc52fc86216b59e8ffa6fd510f79c6cd (patch) | |
tree | ceb3b3ec618f8bd10836b8e802f634ce9a2b767a /src/nvim/charset.h | |
parent | 3c7ea8d619d77d303e9c51118b22c81a3ffbf550 (diff) | |
download | rneovim-f419f914fc52fc86216b59e8ffa6fd510f79c6cd.tar.gz rneovim-f419f914fc52fc86216b59e8ffa6fd510f79c6cd.tar.bz2 rneovim-f419f914fc52fc86216b59e8ffa6fd510f79c6cd.zip |
charset: include option_defs.h for breakat_flags
Diffstat (limited to 'src/nvim/charset.h')
-rw-r--r-- | src/nvim/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/charset.h b/src/nvim/charset.h index cc9f3102f7..e657ce19b6 100644 --- a/src/nvim/charset.h +++ b/src/nvim/charset.h @@ -5,6 +5,7 @@ #include "nvim/pos.h" #include "nvim/buffer_defs.h" #include "nvim/eval/typval.h" +#include "nvim/option_defs.h" /// Return the folded-case equivalent of the given character /// |