diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | autoload/html/spelllang.vim | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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', \], '.') |