summaryrefslogtreecommitdiff
path: root/src/os_macosx.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/os_macosx.c
parenta6c840d7d4d51af2a15f64db5e5b908457b572cf (diff)
downloadvim-git-7862282f2edc76533c5c0dcf49b57bf747a30ebc.tar.gz
updated for version 7.0135
Diffstat (limited to 'src/os_macosx.c')
-rw-r--r--src/os_macosx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_macosx.c b/src/os_macosx.c
index d361958ad..8e9d55d38 100644
--- a/src/os_macosx.c
+++ b/src/os_macosx.c
@@ -85,6 +85,7 @@ get_textencoding(const char* encodename)
{"iso-8859-8", kTextEncodingISOLatinHebrew},
{"iso-8859-9", kTextEncodingISOLatin5},
{"iso-8859-10", kTextEncodingISOLatin6},
+ {"iso-8859-15", kTextEncodingISOLatin9},
/* Unicode encodings. */
/* TODO: Add other type of unicode */