Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error: string concatenation #131

Closed
itchyny opened this issue Dec 4, 2014 · 2 comments
Closed

Syntax error: string concatenation #131

itchyny opened this issue Dec 4, 2014 · 2 comments

Comments

@itchyny
Copy link

itchyny commented Dec 4, 2014

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').

@junegunn
Copy link
Owner

junegunn commented Dec 4, 2014

Thanks! 👍

@itchyny
Copy link
Author

itchyny commented Dec 4, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants