In COBOL an asterisk has 2 purposes.
First if it's in column 7 it signifies that line as being a coment.
Secondly, if it appears in any colum greater than 11 it is used as a
mathamatical operator.
The editor correctly flags the lines with the asterisk in column 7 as
a comment, however, should that character appear anywhere else on the
line it flags this line as a syntax error which can be fairly
distracting and annoying.
Question:
How can I adjust cobol.vim to accept both variations
of asterisk usage?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---