mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0g02
This commit is contained in:
@@ -7031,7 +7031,7 @@ spell_read_wordfile(spin, fname)
|
||||
continue; /* empty or blank line */
|
||||
rline[l] = NUL;
|
||||
|
||||
/* Convert from "=encoding={encoding}" to 'encoding' when needed. */
|
||||
/* Convert from "/encoding={encoding}" to 'encoding' when needed. */
|
||||
vim_free(pc);
|
||||
#ifdef FEAT_MBYTE
|
||||
if (spin->si_conv.vc_type != CONV_NONE)
|
||||
@@ -7069,7 +7069,7 @@ spell_read_wordfile(spin, fname)
|
||||
char_u *enc;
|
||||
|
||||
/* Setup for conversion to 'encoding'. */
|
||||
line += 10;
|
||||
line += 9;
|
||||
enc = enc_canonize(line);
|
||||
if (enc != NULL && !spin->si_ascii
|
||||
&& convert_setup(&spin->si_conv, enc,
|
||||
|
Reference in New Issue
Block a user