John Culleton, Mon, Jan 24, 2011 at 10:02:50AM -0500: > When I am editing a COBOL (suffix .cbl) program the use of the verb "IF" > causes the verb and the following text to be given a red background, > just like an error. I want to turn this unnecessary feature off but > retain the rest of the COBOL syntax. > > On a linux system, what file in what subdirectory do I need to modify? > -- > John Culleton > Create Book Covers with Scribus: > http://www.booklocker.com/p/books/4055.html > Typesetting and indexing http://wexfordpress.com > book sales http://wexfordpress.net > Free barcode: http://www.tux.org/~milgram/bookland/ > > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php
On my system (Arch Linux, with Vim 7.3), it would be /usr/share/vim/vim73/syntax/cobol.vim. You could also override that file with a modified version in your ~/.vim/syntax directory instead of modifying the system-wide configuration. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
