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 f5ebaa9753..d9103f516c 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -872,8 +872,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. |