Re: Enhancement proposal: Backslash character continuation
From: Noah Slater <nslater_at_gmail.com>
Date: 2007-02-09 20:47:55 CET
Yes you're right, it does - but this often looks messy.
In Emacs it makes the difference between:
foo_variables = foo_value_1;foo_value_2;foo_value_3;foo_value_4;
foo_variables = foo_value_1; \
Now, that might not seem like much to you - but I would say it makes
I would imagine that the patch for this change would be quite small so
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.