On 6/22/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
There might be a way in between: when 'filetype' is set to "c89" or "c99" an autocommand or plugin sets the global variable and sets 'filetype' to "c". I haven't seen this used yet, there might very well be some disadvantages. At least it would be possible to set the filetype in a modeline.
I like that solution. It's simple, forces minimal changes, and even solves the problem! nikolai
