diff options
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. |