We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de5b4a commit b4187cdCopy full SHA for b4187cd
plug.vim
@@ -141,7 +141,7 @@ function! s:define_commands()
141
endif
142
if !has('nvim')
143
\ && (has('win32') || has('win32unix'))
144
- \ && (!has('multi-byte') || !has('iconv'))
+ \ && (!has('multi_byte') || !has('iconv'))
145
return s:err('Vim needs +iconv, +multi_byte features on Windows to run shell commands.')
146
147
command! -nargs=* -bar -bang -complete=customlist,s:names PlugInstall call s:install(<bang>0, [<f-args>])
0 commit comments