On Tue, 2008-12-02 at 12:59 -0800, Dan Heller wrote: > To be clear, vim is doing the showmatch behavior -- it puts the cursor > on > BOTH the open and close bracket/brace/paren -- and I want to turn this > off. > I can't. My "showmatch" setting is off, but the behavior doesn't turn > off. > What's wrong?
No, showmatch jumps the cursor to the matching bracket, et al. when the closing bracket is typed. See :help showmatch When I place the cursor on a bracket, the corresponding one's background is change to cyan. This is not controlled by showmatch. Is this the behaviour you're talking about? -- Just my 0.00000002 million dollars worth, Shawn The key to success is being too stupid to realize you can fail. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
