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/globals.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/globals.h')
-rw-r--r-- | src/nvim/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 51bc3f1289..c2bba168e5 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -871,8 +871,6 @@ enum { }; -EXTERN char breakat_flags[256]; /* which characters are in 'breakat' */ - /* * Some file names are stored in pathdef.c, which is generated from the * Makefile to make their value depend on the Makefile. |