Skip to content

Commit daedd63

Browse files
committed
sync with vim73-kaoriya-win64-20111027
1 parent 5f73266 commit daedd63

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.hgignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ src/Obj*/pathdef.c
3737
gvimext.dll
3838
gvimext.lib
3939

40+
# Android
41+
*.o.d
42+
4043
# All platforms
4144
*.rej
4245
*.orig

src/fileio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ guess_eucjp_check(encode_state* state, char_u d)
241241
state->mode = 1;
242242
else if (d < 0x80)
243243
++state->score;
244+
else
245+
return 1;
244246
break;
245247
case 1:
246248
if (is_euc_range)

0 commit comments

Comments
 (0)