Skip to content

Commit b4187cd

Browse files
committed
Fix feature typo
1 parent 2de5b4a commit b4187cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plug.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function! s:define_commands()
141141
endif
142142
if !has('nvim')
143143
\ && (has('win32') || has('win32unix'))
144-
\ && (!has('multi-byte') || !has('iconv'))
144+
\ && (!has('multi_byte') || !has('iconv'))
145145
return s:err('Vim needs +iconv, +multi_byte features on Windows to run shell commands.')
146146
endif
147147
command! -nargs=* -bar -bang -complete=customlist,s:names PlugInstall call s:install(<bang>0, [<f-args>])

0 commit comments

Comments
 (0)