Fix typo in multi_byte feature name

This commit is contained in:
Foo 2015-05-29 22:22:18 +03:00
parent c64570a50c
commit b8c30facb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/vim -S
if has('multibyte')
if has('multi_byte')
if empty(&encoding)
call writefile(['&encoding option value is empty, even though Vim has +multibyte'], 'message.fail')
cquit