1
0
forked from aniani/vim

updated for version 7.0135

This commit is contained in:
Bram Moolenaar
2005-08-23 21:00:13 +00:00
parent a6c840d7d4
commit 7862282f2e
12 changed files with 346 additions and 60 deletions

View File

@@ -584,6 +584,10 @@ codepage_invalid:
enc_latin9 = (STRCMP(p_enc, "iso-8859-15") == 0);
#endif
/* Detect an encoding that uses latin1 characters. */
enc_latin1like = (enc_utf8 || STRCMP(p_enc, "latin1") == 0
|| STRCMP(p_enc, "iso-8859-15") == 0);
/*
* Set the function pointers.
*/