|
From:
<br...@ph...> - 2006-05-22 20:04:07
|
Daniel J Sebald wrote: > OK, I see that now. This means that if I temporarily want to comment > out a line, I must check for a backslash at the end of it as well. A > bit cumbersome. Actually, no. If you want to comment out a line, you'll want to comment out a command, right? The existing code achieves exactly that, even if the command spreads over multiple lines. |