"Kunapuli, Udaykumar" <[EMAIL PROTECTED]> 写于 2006-10-16 14:37:33: > Hi, > > I tried editing the filetype.vim in the runtime directory and > commenting the portion with the .lib extension. But it didn't work. >
Are you sure you had done it right? I removed the "*.lib" and it works. this is the filetype.vim around 440 (after the "*.lib" removed) " Cobol au BufNewFile,BufRead *.cbl,*.cob setf cobol IMO, the "*.lib" is a common extension which should not be treated as cobol file. So just remove the relationship here.
