diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 8390efe979..9f9c9c279c 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -7499,7 +7499,7 @@ typedef struct { int to; } langmap_entry_T; -static garray_T langmap_mapga; +static garray_T langmap_mapga = GA_EMPTY_INIT_VALUE; /* * Search for an entry in "langmap_mapga" for "from". If found set the "to" |