aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--autoload/html/spelllang.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 6e8bf73..0ea3a94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0
+0.2.0
diff --git a/autoload/html/spelllang.vim b/autoload/html/spelllang.vim
index dfabf40..264540b 100644
--- a/autoload/html/spelllang.vim
+++ b/autoload/html/spelllang.vim
@@ -41,7 +41,7 @@ function! html#spelllang#Set() abort
"
let spellfile = 'spell/' . join([
\ tolower(matches[1]),
- \ &encoding,
+ \ (has('multi_byte') ? &encoding : 'ascii'),
\ 'spl',
\], '.')