Update plug.vim

This commit is contained in:
Freedzone 2017-11-21 01:25:25 -05:00 committed by GitHub
parent 92c8d2a002
commit e291a79900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -613,7 +613,6 @@ function! s:readme()
let readme=split(globbed, '\n')[0]
if filereadable(readme)
execute 'vsplit '.readme
" echom readme
return 0
endif
endif