Hello!
I can reproduce. There seems to be an omission in the fortran.vim ftplugin file, which for some reason doesn't include parentheses in the b:match_words variable. You can get around the issue by appending the text, ',(:)' to b:match_words, like the following: :let b:match_words.=',(:)' This line could go in a ~/.vim/after/ftplugin/fortran.vim file, or a FileType autocmd.
Thank you very much! Using the fortran.vim method, matching parentheses with % now works for me as does matching fortran code structures.
Kind regards, Thomas -- 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
