diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-01 21:51:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-01 21:51:55 +0000 |
commit | d6f676daaf88bd4768cd715c0ce88531f599e609 (patch) | |
tree | a5f1d3dbcbc32264bee8a89852add2bec6ade8d4 /src/regexp.c | |
parent | 2c29beed4c2a40662ef859f4f5c9aed045d5a0d6 (diff) | |
download | vim-git-d6f676daaf88bd4768cd715c0ce88531f599e609.tar.gz |
updated for version 7.0078
Diffstat (limited to 'src/regexp.c')
-rw-r--r-- | src/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c index d18198c24..81035af97 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -6110,7 +6110,7 @@ typedef struct /* 0xfb20 - 0xfb4f */ -decomp_T decomp_table[0xfb4f-0xfb20+1] = +static decomp_T decomp_table[0xfb4f-0xfb20+1] = { {0x5e2,0,0}, /* 0xfb20 alt ayin */ {0x5d0,0,0}, /* 0xfb21 alt alef */ |