summaryrefslogtreecommitdiff
path: root/src/regexp.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-23 21:00:13 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-23 21:00:13 +0000
commit7862282f2edc76533c5c0dcf49b57bf747a30ebc (patch)
tree8feddb7d932bf1d473752be7460746d706935df1 /src/regexp.c
parenta6c840d7d4d51af2a15f64db5e5b908457b572cf (diff)
downloadvim-git-7862282f2edc76533c5c0dcf49b57bf747a30ebc.tar.gz
updated for version 7.0135
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c
index f8b86168d..e212cc0dc 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -742,7 +742,7 @@ reg_equi_class(c)
{
#ifdef FEAT_MBYTE
if (enc_utf8 || STRCMP(p_enc, "latin1") == 0
- || STRCMP(p_enc, "latin9") == 0)
+ || STRCMP(p_enc, "iso-8859-15") == 0)
#endif
{
switch (c)