You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here you mention that a string also ends at the end of a line, which is not true
with actual code:
by removing the end of line:
var i =5;
if (i <=0) return;
var cmd ="vala Sully_%d.vala".printf(--i);
var code ="var i = %d;if (i <= 0) return;var cmd = %cvala Sully_%c%c.vala%c.printf(--i);var code = %c%s%c;FileUtils.set_contents(cmd.offset(5), code.printf(i,34,37,100,34,34,code,34));Process.spawn_command_line_sync(cmd);";
FileUtils.set_contents(cmd.offset(5), code.printf(i,34,37,100,34,34,code,34));
Process.spawn_command_line_sync(cmd);
The text was updated successfully, but these errors were encountered:
vala.vim/syntax/vala.vim
Line 131 in ce569e1
here you mention that a string also ends at the end of a line, which is not true
with actual code:
by removing the end of line:
The text was updated successfully, but these errors were encountered: