You are missing a string concatenation operator `.` at plug.vim, L698. https://github.com/junegunn/vim-plug/blob/master/plug.vim#L698 You'll get an error when you type `:echo printf('Hey. ' 'Hello, %s.', 'world')`.
You are missing a string concatenation operator
.at plug.vim, L698. https://github.com/junegunn/vim-plug/blob/master/plug.vim#L698You'll get an error when you type
:echo printf('Hey. ' 'Hello, %s.', 'world').