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

no print message with percentage #30

Closed
aeifr opened this issue May 28, 2016 · 2 comments
Closed

no print message with percentage #30

aeifr opened this issue May 28, 2016 · 2 comments

Comments

@aeifr
Copy link

aeifr commented May 28, 2016

Version: R16

The plugin affects strings which are going to be printed.
It's not required to include the include file
This also affects format() and on top of this BlueG's mysql plugin.

` print("%Y %D %M");
print("%h:%i:%s %x");

print("Y D M");
print("h i s x");

print("%Y ");
print("%D ");
print("%M");

print("%h");
print("%i ");
print("%s");
print("%x");

`

Result
Y D M h i s x

@ghost
Copy link

ghost commented Nov 21, 2016

This doesnt affect format only print function. Maybe i will try to fix it.

@ghost
Copy link

ghost commented Dec 13, 2016

40f0c31

@ghost ghost closed this as completed Dec 13, 2016
@djacicd djacicd mentioned this issue Nov 21, 2017
This issue was closed.
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

1 participant