summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-28 18:10:45 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-28 18:10:45 +0200
commitd90b6c02e2900576fb37d95b5e4f4a32b2d7383f (patch)
treebc0866d58541b5092f91fef70d0030eda0b0756e /src/option.h
parentf4145d8e990a72bdfea9db3110a7e42a0ff4240c (diff)
downloadvim-git-d90b6c02e2900576fb37d95b5e4f4a32b2d7383f.tar.gz
patch 7.4.2285v7.4.2285
Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h
index 9a5570c2a..31fcdb84f 100644
--- a/src/option.h
+++ b/src/option.h
@@ -343,7 +343,7 @@ EXTERN unsigned bo_flags;
static char *(p_bo_values[]) = {"all", "backspace", "cursor", "complete",
"copy", "ctrlg", "error", "esc", "ex",
"hangul", "insertmode", "lang", "mess",
- "showmatch", "operator", "register", "shell",
+ "showmatch", "operator", "register", "shell",
"spell", "wildmode", NULL};
# endif