To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49461
User vq changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu May 19 12:53:27 -0700
2005 -------
The man page says:
A set of continued lines may
be commented out by placing a single # at the start of the first line.
So vim syntax highlightening has the same bug as the current dmake. The
following patch should fix this problem. (At least for dmake ;) )
+++ dmake/getinp.c 19 May 2005 19:40:38 -0000
@@ -181,6 +181,7 @@
}
else { /* empty line or "" */
cont = FALSE;
+ ignore = FALSE;
q = p+strlen(p); /* strlen(p) is 1 or 0 */
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]