mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 06:15:41 +02:00
Fix typo in multi_byte feature name
This commit is contained in:
parent
c64570a50c
commit
b8c30facb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user