> I'm trying to get RainbowParenthesis working on the latest stable > version of mvim. I put RainbowParenthesis in the proper location and > it does get sourced when mvim starts up, but the plugin is not > working. Anyone has any ideas?
The plugin is only written for console Vim, not GUI Vim. Do this to its .vim file and it'll work in the GUI: :%s/ctermfg=\(\k\+\)/ctermfg=\1 guifg=\1 Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
