diff options
-rw-r--r-- | src/nvim/option.c | 2 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index b5ee27f3b5..37a5a61d43 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -1017,7 +1017,7 @@ static struct vimoption # endif (char_u *)0L } SCRIPTID_INIT}, - {"langmap", "lmap", P_STRING|P_VI_DEF|P_COMMA|P_NODUP, + {"langmap", "lmap", P_STRING|P_VI_DEF|P_COMMA|P_NODUP|P_SECURE, (char_u *)&p_langmap, PV_NONE, {(char_u *)"", /* unmatched } */ (char_u *)0L} SCRIPTID_INIT}, diff --git a/src/nvim/version.c b/src/nvim/version.c index 5c261c4240..850ec79e82 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -203,7 +203,7 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line 285, - //284, + 284, //283, 282, 281, |